summaryrefslogtreecommitdiff
path: root/boot/bios.inc
diff options
context:
space:
mode:
authorAiden Gall <aiden@aidengall.xyz>2024-05-15 00:26:59 +0100
committerAiden Gall <aiden@aidengall.xyz>2024-05-15 00:26:59 +0100
commitd28457e416f7ba7c903c4db6bff73fb87f77e3e6 (patch)
treeb435ba6b5840fb205e91539fff92b11becb8743c /boot/bios.inc
parent8ae71180b37cee5fda7717226a1704ac7ef3db08 (diff)
align e820 table to 8 byte boundary
Diffstat (limited to 'boot/bios.inc')
-rw-r--r--boot/bios.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/bios.inc b/boot/bios.inc
index ccc94e3..eede41e 100644
--- a/boot/bios.inc
+++ b/boot/bios.inc
@@ -73,7 +73,7 @@ e820:
.sizeof = $ - e820_entry
end virtual
- mov di, mmap + 4
+ mov di, mmap + 8
xor ebx, ebx
xor bp, bp