X-Git-Url: https://deadsoftware.ru/gitweb?p=bmbb.git;a=blobdiff_plain;f=README;h=0b9f1dbcc47bd8732ac9e4926fa2ffa52532ba65;hp=674d71ac462f09a8be0666dcf4c424d35eefbf57;hb=a90a18a77362dfb0e8b73034ddc4a3fb9d8527fb;hpb=f956dbc78df4b3a3cb3ddb93a122e04c7566b996 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 -------------------