summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/README b/src/README
index 56ec7b2..f22867b 100644
--- a/src/README
+++ b/src/README
@@ -5,3 +5,8 @@ boot.asm - the main boot sector code using:
* switch_mode.asm - early GTD loading and switching from real to protected mode
kernel.c - Kernel C entry point 'entry'
+utility routines
+* vga.c - VGA basic output routines for early kernel output
+
+c library stub
+* string.c