summaryrefslogtreecommitdiff
path: root/src/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/README')
-rw-r--r--src/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/README b/src/README
index c1f1577..905399b 100644
--- a/src/README
+++ b/src/README
@@ -5,7 +5,7 @@ Simple bootloader, loading in two phases and loading the kernel itself
* boot.bin - boot sector (stage 1 and 2, total 2k), offset 0x7c00
* boot.asm - the main boot sector code using:
-* kernel.bin - linked kernel with fix start offset 0x8400
+* kernel.bin - linked kernel with fix start offset 0x8800
* boot_gdt.asm - the early GDT, flat memory model, no protection
* stage1_functions.asm - real mode functions of the bootloader
* stage2_functions.asm - protected mode primitive VGA routines