Fix comment on origin address

This commit is contained in:
Cesar Blum 2020-09-27 20:39:48 -07:00
parent a280069ec4
commit 03293c070d

View file

@ -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