summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/README b/src/README
new file mode 100644
index 0000000..56ec7b2
--- /dev/null
+++ b/src/README
@@ -0,0 +1,7 @@
+boot.asm - the main boot sector code using:
+* gdt.asm - the early GDT
+* stage1_functions.asm - real mode functions of the bootloader
+* stage2_functions.asm - protected mode primitive VGA routines
+* switch_mode.asm - early GTD loading and switching from real to protected mode
+kernel.c - Kernel C entry point 'entry'
+