Cosmos/source/Cosmos.HAL
2015-07-05 13:28:16 +02:00
..
BlockDevice Fix ata detection bug. CD drives were recognized as ATAPI devices, but still handled as ATA ones. Currently we don't have an ATAPI driver, so the CD drives are ignored. 2015-07-05 13:28:16 +02:00
Drivers Fixed a bug in SVGA driver 2015-06-17 18:37:38 +02:00
Network arp messages are now sent correctly. 2014-12-07 14:27:28 +01:00
Properties Rings verification 2014-12-05 16:02:06 +01:00
.editorconfig Fix ata detection bug. CD drives were recognized as ATAPI devices, but still handled as ATA ones. Currently we don't have an ATAPI driver, so the CD drives are ignored. 2015-07-05 13:28:16 +02:00
Bootstrap.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Cosmos.HAL.csproj Initial keyboard work. Does not work due to bug in the compiler. (Ldelem_ref) 2015-05-24 16:33:21 +02:00
Cosmos.snk Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
DebugTextScreen.cs Added Console colors to the Cosmos.System.Console class and modified the plugs calls. Now Console.ForegroundColor and Console.BackgroundColor are working again! 2015-05-22 13:37:08 +02:00
DefaultKeyboard.cs Reformatted code a bit 2015-06-21 16:15:58 +02:00
Device.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Global.cs Fix ata detection bug. CD drives were recognized as ATAPI devices, but still handled as ATA ones. Currently we don't have an ATAPI driver, so the CD drives are ignored. 2015-07-05 13:28:16 +02:00
Keyboard.cs Merge pull request #141 from zdimension/zdimension-keyboard-work 2015-06-21 17:13:34 +02:00
Keyboard.html Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
Mouse.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
NetworkDevice.cs - cleanup 2014-12-05 19:57:17 +01:00
PCI.cs Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PCI.html Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PCIBaseAddressBar.cs Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PciDevice.cs Use shared code where possible 2015-05-26 22:42:47 +06:00
PCIDeviceBridge.cs Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PCIDeviceCardbus.cs Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PCIDeviceNormal.cs Move Pci stuff to Cosmos.HAL. 2014-12-06 13:36:57 +01:00
PCSpeaker.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
PIT.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
PIT.html Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
RTC.cs Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
RTC.html Reorganize source: Everything is out of source2 now and the soutions are cleaned up. 2014-11-28 00:48:23 +00:00
TextScreen.cs Added Console colors to the Cosmos.System.Console class and modified the plugs calls. Now Console.ForegroundColor and Console.BackgroundColor are working again! 2015-05-22 13:37:08 +02:00
TextScreen.html Some refactorings.. 2014-12-27 16:38:21 +01:00
TextScreenBase.cs Added Console colors to the Cosmos.System.Console class and modified the plugs calls. Now Console.ForegroundColor and Console.BackgroundColor are working again! 2015-05-22 13:37:08 +02:00