DEADSOFTWARE

Added VESA driver
authorDeaDDooMER <deaddoomer@deadsoftware.ru>
Sat, 22 Dec 2018 17:40:44 +0000 (20:40 +0300)
committerDeaDDooMER <deaddoomer@deadsoftware.ru>
Sat, 22 Dec 2018 17:40:44 +0000 (20:40 +0300)
Docu486/Build-Tool.odc
Drv/Mod486/Vesa.odc [new file with mode: 0644]
README
Sys/Mod486/Display.odc [new file with mode: 0644]
Sys/Mod486/Keyboard.odc
System/Mod486/Init.odc
System/Mod486/Kernel.odc

index 2b67dd4a49db58d43d4a95a9af44cc648dd5a865..7733f724a379aa4efab7d258d8030e38d6a3cf81 100644 (file)
Binary files a/Docu486/Build-Tool.odc and b/Docu486/Build-Tool.odc differ
diff --git a/Drv/Mod486/Vesa.odc b/Drv/Mod486/Vesa.odc
new file mode 100644 (file)
index 0000000..37fd0e4
Binary files /dev/null and b/Drv/Mod486/Vesa.odc differ
diff --git a/README b/README
index 674d71ac462f09a8be0666dcf4c424d35eefbf57..0b9f1dbcc47bd8732ac9e4926fa2ffa52532ba65 100644 (file)
--- a/README
+++ b/README
@@ -31,24 +31,29 @@ on StdInterpreter. Host subsystem mostly not implemented.
 
 You can call Init.WinterWrapUp and enjoy music on you pc speaker. :)
 
+Kernel implements:
+* Whole BlackBox runtime
+* Serial driver for logging
+* VGA Text Mode driver
+* Access to BIOS services
+
 Implemented drivers:
-* ATA
+* ATA Disks
 * PS/2 Keyboard
 * PC Speaker
+* Serial
 * Minix File System (Read Only)
-* VGA Text Mode (Temporary in Kernel)
-* Serial (Kernel logging)
-* Serial (CommV24, Not Tested)
+* VESA 2.0+ Graphics driver
 
 Todo:
-* Page allocator
-* VGA/VESA driver
+* Graphics user interface
 * Mouse driver
-* PCI support
-* Networking
+* Packed files
 * Writable file system
 * Full Host implementation
 * System-independent controls
+* PCI support
+* Networking
 
 Hints
 -------------------
diff --git a/Sys/Mod486/Display.odc b/Sys/Mod486/Display.odc
new file mode 100644 (file)
index 0000000..f0212ce
Binary files /dev/null and b/Sys/Mod486/Display.odc differ
index 2fdf97d5a4edf69f274c5fd3eff0e56a97f344df..b162327c07fc597c05e099e0aa9c91a600a8d8cc 100644 (file)
Binary files a/Sys/Mod486/Keyboard.odc and b/Sys/Mod486/Keyboard.odc differ
index 399b156b3562a4a8f2c78b48c6f0ec44a4486162..4532ce5acecb9a77a8d2be90324f984f6caf137a 100644 (file)
Binary files a/System/Mod486/Init.odc and b/System/Mod486/Init.odc differ
index aa1767ed9df5da4987c5aa99068dfe5d5ae10784..59dc4e921ae3b5100a86b57e63ceb742272db87a 100644 (file)
Binary files a/System/Mod486/Kernel.odc and b/System/Mod486/Kernel.odc differ