X-Git-Url: http://deadsoftware.ru/gitweb?p=bmbb.git;a=blobdiff_plain;f=README;h=0b9f1dbcc47bd8732ac9e4926fa2ffa52532ba65;hp=674d71ac462f09a8be0666dcf4c424d35eefbf57;hb=HEAD;hpb=4ee459f8349f66a39bd5c5618daadb99ace949d8 diff --git a/README b/README index 674d71a..0b9f1db 100644 --- 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 -------------------