summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2017-05-14 18:45:47 +0200
committerAndreas Baumann <mail@andreasbaumann.cc>2017-05-14 18:45:47 +0200
commitba66b73ce7b4b83ba5dc0fe80695d2fbdd66dd80 (patch)
treed380f396ddedbce1a692c55bc2644601c8a0b468 /src/README
parente47f8666ec59b9726cc0daee98872bdc4ea6fe3e (diff)
downloadabaos-ba66b73ce7b4b83ba5dc0fe80695d2fbdd66dd80.tar.gz
abaos-ba66b73ce7b4b83ba5dc0fe80695d2fbdd66dd80.tar.bz2
added some docu and a design document
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