summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-07-21 21:45:58 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-07-21 21:45:58 +0200
commit1ac14d73950798e9a867778a2943adfe88557e61 (patch)
tree99b7c515f9c80226bc42664cb0c9d3bd0eeaa6be
parent55f5ecf463cecdd46f3d81e8bd3c73d2c68d4140 (diff)
downloadabaos-1ac14d73950798e9a867778a2943adfe88557e61.tar.gz
abaos-1ac14d73950798e9a867778a2943adfe88557e61.tar.bz2
updated documentation
-rw-r--r--src/README11
1 files changed, 7 insertions, 4 deletions
diff --git a/src/README b/src/README
index a1c75e4..957d477 100644
--- a/src/README
+++ b/src/README
@@ -44,10 +44,13 @@ drivers
Driver framework and specific drivers.
-* driver.c - generic driver manager
-* keyboard.c - PS/2 keyboard
-* mouse.c - PS/2 mouse
-* vga.c - standard VGA video driver
+* driver.c - generic driver interface and driver manager
+* hdi/mouse.c - generic mouse interface
+* hdi/keyboard.c - generic keyboard interface
+* hdi/ps2/ps2keyboard.c - PS/2 keyboard
+* hdi/ps2/ps2mouse.c - PS/2 mouse
+* video/video.c - generic video interface
+* video/vga.c - standard VGA video driver
gui
---