From 03293c070d94bd6afb226f5c134e03ca8c372042 Mon Sep 17 00:00:00 2001 From: Cesar Blum Date: Sun, 27 Sep 2020 20:39:48 -0700 Subject: [PATCH] Fix comment on origin address --- sectorforth.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sectorforth.asm b/sectorforth.asm index c8fa340..63da115 100644 --- a/sectorforth.asm +++ b/sectorforth.asm @@ -24,7 +24,7 @@ jmp 0x0050:start ; On x86, the boot sector is loaded at 0x7c00 on boot. In segment - ; 0x0500, that's 0x7700 (0x0500 << 4 + 0x7700 == 0x7c00). + ; 0x0500, that's 0x7700 (0x0050 << 4 + 0x7700 == 0x7c00). org 0x7700 ; Define constants for the memory map. Everything is organized