mirror of
https://github.com/danbulant/Cosmos
synced 2026-05-20 04:48:53 +00:00
correct console scrolling,
correct error for cgt
example:
int k = 1000;
UInt32 k2 = 960;
if (k <= k2)
{
Console.Write("true");
}
else
{
Console.Write("false");
}
|
||
|---|---|---|
| .. | ||
| Drivers | ||
| Properties | ||
| ATA.cs | ||
| ATA.html | ||
| Bootstrap.cs | ||
| Cosmos.Hardware.csproj | ||
| Cosmos.Hardware.csproj.vspscc | ||
| Cosmos.snk | ||
| Device.cs | ||
| Global.cs | ||
| Keyboard.cs | ||
| Keyboard.html | ||
| PciDevice.cs | ||
| PIT.cs | ||
| PIT.html | ||
| RTC.cs | ||
| RTC.html | ||
| TextScreen.cs | ||
| TextScreen.html | ||