From 89f3e70960190402b61f505c8c49524673f5b34f Mon Sep 17 00:00:00 2001 From: Mattia Giambirtone Date: Wed, 16 Nov 2022 20:25:21 +0100 Subject: [PATCH] Fixed typo in comment amout stack starting address --- src/boot/mbr.s | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/boot/mbr.s b/src/boot/mbr.s index ae51b9d..208c8ad 100644 --- a/src/boot/mbr.s +++ b/src/boot/mbr.s @@ -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