Fixed typo in comment amout stack starting address

This commit is contained in:
Mattia Giambirtone 2022-11-16 20:25:21 +01:00
parent 2932e2946e
commit 89f3e70960
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ kernel_offset: equ 0x1000
mov [boot_drive], dl
; Now we setup the stack by setting the
; base pointer to address 0x8000. The address
; base pointer to address 0x9000. The address
; itself doesn't matter as long as it's far
; enough away from memory already in use by
; the BIOS