Cosmos/source/Cosmos.HAL
fanoI f566917239 Console modifications
- In MemoryBlock added Fill overloads that accept UInt16
- In TextScreen removed unused variables, magic number and finally the
Clear() method does what is expected!
2015-11-18 23:27:33 +01:00
..
BlockDevice Filesystem/VFS/FAT work by @charlesbetros has been merged into main kernel. 2015-10-02 17:12:00 +02:00
Drivers Fixed a simple bug 2015-11-06 19:20:27 +02:00
Network
Properties Ongoing work 2015-08-10 12:43:36 -04:00
ScanMaps Small change for testing. Seems to work now? 2015-08-26 16:43:24 +02: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
ConsoleKeyEx.cs NumLock, CapsLock and ScrollLock are now global 2015-08-12 01:57:01 +02:00
Cosmos.HAL.csproj Merge branch 'master' into memory_handles 2015-09-04 13:50:11 +02:00
Cosmos.snk
DebugTextScreen.cs
DefaultKeyboard.cs BIG keyboard work (not finished though) 2015-08-09 15:37:56 +02:00
Device.cs
Global.cs Filesystem/VFS/FAT work by @charlesbetros has been merged into main kernel. 2015-10-02 17:12:00 +02:00
Keyboard.cs Add some tests. 2015-09-04 14:54:38 +02:00
Keyboard.html
KeyEvent.cs BIG keyboard work (not finished though) 2015-08-09 15:37:56 +02:00
KeyMapping.cs Added AZERTY key layout. 2015-08-09 17:12:17 +02:00
Mouse.cs
NetworkDevice.cs
PCI.cs More compiler fixes for new memory model. 2015-08-01 14:52:14 -04:00
PCI.html
PCIBaseAddressBar.cs
PciDevice.cs More progress 2015-08-01 09:04:35 -04:00
PCIDeviceBridge.cs
PCIDeviceCardbus.cs
PCIDeviceNormal.cs
PCSpeaker.cs
PIT.cs Ongoing work on memory 2015-07-28 20:18:14 -04:00
PIT.html
Power.cs Moved the Reboot func from Power to Core.CPU.Reboot 2015-08-12 18:59:19 +02:00
PS2Keyboard.cs Ongoing changes. 2015-08-18 20:19:36 +02:00
RTC.cs
RTC.html
ScanMapBase.cs Small change for testing. Seems to work now? 2015-08-26 16:43:24 +02:00
TextScreen.cs Console modifications 2015-11-18 23:27:33 +01:00
TextScreen.html
TextScreenBase.cs