summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-06-08 16:06:30 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-06-08 16:06:30 +0200
commit00bea0a48f5e8c59260470bdc004734a87034d42 (patch)
treeb71fdffcf397eec9307958c15bfc4d256e4b72f9 /src/README
parent9ab2b8ec18c34780492e7bcbf4c7b21c1997c734 (diff)
downloadabaos-00bea0a48f5e8c59260470bdc004734a87034d42.tar.gz
abaos-00bea0a48f5e8c59260470bdc004734a87034d42.tar.bz2
added driver manager
keyboard and mouse are now "derived" from driver_t reading and printing more PCI members
Diffstat (limited to 'src/README')
-rw-r--r--src/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/README b/src/README
index a6d5b9a..0d1719c 100644
--- a/src/README
+++ b/src/README
@@ -14,13 +14,14 @@ kernel utility routines
* port.c, port.asm - I/O ports
* interrupts.c, interrups.asm - interrupt handlers
* pci.c - PCI introspection and driver initialization
-
-kernel drivers
* console.c - the kernel console, can use VGA or serial port for now
* vga.c - VGA basic output routines for early kernel output
+* serial.c - serial output to COM1 (only sequential ASCII chars, no terminal)
+
+kernel drivers
+* driver.c - generic driver manager
* keyboard.c - PS/2 keyboard
* mouse.c - PS/2 mouse
-* serial.c - serial output to COM1 (only sequential ASCII chars, no terminal)
C library definitions
* stddef.h - definition of NULL, size_t