summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
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