From f8dd9dd71ab603af23e008f1147f652b429c9296 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 15 Jun 2017 21:24:36 +0200 Subject: increased size of stage 2 bootloader by 1024 bytes --- src/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/README') 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 -- cgit v1.2.3-54-g00ecf