Cosmos/source/Cosmos.System2
2018-10-25 22:29:20 +01:00
..
FileSystem Removed ReadBuffer "optimization": it made fail read of file bigger of one cluster :-( 2018-07-22 17:42:03 +02:00
Graphics CGS code cleanup. 2018-10-23 21:02:33 +01:00
Keyboard Moved keyboard and mouse detection logic to Cosmos.HAL.Global. 2018-06-29 02:37:14 +01:00
Network Network code cleanup. 2018-10-20 17:02:45 +01:00
Properties
Text Added the concept of Encoding to the Console for now ASCII (default) and CP437 are supported (for others as CP858 I think it is needed to change font too) 2018-01-27 20:00:11 +01:00
.editorconfig
Console.cs Added the concept of Encoding to the Console for now ASCII (default) and CP437 are supported (for others as CP858 I think it is needed to change font too) 2018-01-27 20:00:11 +01:00
Console.html
Cosmos.System2.csproj Removed CA1708 suppression from Cosmos.System. 2018-10-25 22:29:20 +01:00
Global.cs
Kernel.cs Merge latest from master. 2018-06-28 21:59:42 +01:00
Kernel.html
MathEx.cs
MouseManager.cs Moved keyboard and mouse detection logic to Cosmos.HAL.Global. 2018-06-29 02:37:14 +01:00
PCSpeaker.cs Plugged Console.Beep 2018-04-14 02:12:42 +01:00
Power.cs Code cleanup. 2018-10-02 22:07:00 +01:00
TestingHelpers.cs