From ba66b73ce7b4b83ba5dc0fe80695d2fbdd66dd80 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 14 May 2017 18:45:47 +0200 Subject: added some docu and a design document --- src/README | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/README') 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 -- cgit v1.2.3-54-g00ecf