summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/README b/src/README
index f0081b7..bfd0795 100644
--- a/src/README
+++ b/src/README
@@ -10,7 +10,9 @@
* magic.asm
kernel utility routines
+* 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)
* port.c, port.asm - I/O ports
C library routines