Cosmos/source/Cosmos.HAL2
2019-04-19 18:07:47 -05:00
..
BlockDevice Fix multi-cluster allocation when writing using fatstream. 2019-04-19 18:07:47 -05:00
Drivers Code cleanup. 2018-10-02 22:07:00 +01:00
Network
Bootstrap.cs Merge latest from master. 2018-06-28 21:59:42 +01:00
Cosmos.HAL2.csproj Fixed project references. 2018-11-19 12:50:25 +00:00
DebugTextScreen.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
Device.cs
Global.cs Code cleanup. 2018-10-30 18:00:26 +00:00
Keyboard.html
KeyboardBase.cs Merge latest from master. 2018-06-28 21:59:42 +01:00
MouseBase.cs Merge latest from master. 2018-06-28 21:59:42 +01:00
NetworkDevice.cs Minor changes + debugger. 2018-07-25 11:45:29 +02:00
PCI.cs Fix. 2018-05-06 18:24:47 +02:00
PCI.html
PCIDevice.cs Fix. 2018-05-06 18:24:47 +02:00
PCIDeviceBridge.cs
PCIDeviceCardbus.cs
PCIDeviceNormal.cs
PCSpeaker.cs Renamed IO Ports, proper names from osdev and 8253/8254 documentation 2018-04-14 19:13:15 +01:00
PIT.cs PIT 2018-01-25 14:08:13 -06:00
PIT.html
Power.cs Code cleanup. 2018-10-30 18:00:26 +00:00
PS2Controller.cs Moved keyboard and mouse detection logic to Cosmos.HAL.Global. 2018-06-29 02:37:14 +01:00
PS2Keyboard.cs Moved keyboard and mouse detection logic to Cosmos.HAL.Global. 2018-06-29 02:37:14 +01:00
PS2Mouse.cs Moved keyboard and mouse detection logic to Cosmos.HAL.Global. 2018-06-29 02:37:14 +01:00
RTC.cs
RTC.html
TextScreen.cs Merge branch 'master' into extended-ascii 2018-01-27 21:15:05 +01:00
TextScreen.html
TextScreenBase.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
TextScreenHelpers.cs