summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/README b/src/README
index 9269936..a25c818 100644
--- a/src/README
+++ b/src/README
@@ -13,7 +13,6 @@ Simple bootloader, loading in two phases and loading the kernel itself
* stage2_check_magic.asm - function to make sure the image contains a magic marker
* stage2_switch_mode.asm - early GTD loading and switching from real to protected mode
* stage2_pm_functions.asm - protected mode helper functions for stage 2
- * kernel.c - Kernel C entry point 'kernel_main'
* magic.bin (512 bytes magic marker sector)
* magic.asm
@@ -22,7 +21,8 @@ kernel
Kernel main and utility routines like early consoles.
-* entry.c - the kernel entry from the bootloader
+* entry.c - the kernel entry from the bootloader 'kernel_entry'
+ (starting at 0x8800)
* kernel.c - kernel helper functions
* console.c - the kernel console, can use VGA or serial port for now
* vga.c - VGA basic output routines for early kernel output