mirror of
https://github.com/samsonjs/sectorforth.git
synced 2026-04-27 15:07:42 +00:00
Fix comment on origin address
This commit is contained in:
parent
a280069ec4
commit
03293c070d
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@
|
||||||
jmp 0x0050:start
|
jmp 0x0050:start
|
||||||
|
|
||||||
; On x86, the boot sector is loaded at 0x7c00 on boot. In segment
|
; 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
|
org 0x7700
|
||||||
|
|
||||||
; Define constants for the memory map. Everything is organized
|
; Define constants for the memory map. Everything is organized
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue