From 0e011c1682d106d59ca0cfbee6cb6ce672527dd9 Mon Sep 17 00:00:00 2001 From: Gregory Bowne Date: Thu, 13 Nov 2025 14:45:56 -0800 Subject: [PATCH] Update README.md --- bootloader/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootloader/README.md b/bootloader/README.md index cf41b9b..384754a 100644 --- a/bootloader/README.md +++ b/bootloader/README.md @@ -14,7 +14,7 @@ Bootloader documentation for ClassicOS Responsible for loading the second stage using BIOS routines, and switching to protected mode. - Queries CHS parameters from BIOS -- Loads the second stage bootloader (2048 B) to `07c00h` +- Loads the second stage bootloader (2048 B) to `0x7c00` - Sets up a GDT with descriptor entries for code and data both covering the whole 32-bit address space - Enables A20 - Set CR0.PE (enable protected mode) and jump to stage 2