diff options
| author | Aiden Gall <aiden@aidengall.xyz> | 2024-05-15 00:26:59 +0100 | 
|---|---|---|
| committer | Aiden Gall <aiden@aidengall.xyz> | 2024-05-15 00:26:59 +0100 | 
| commit | d28457e416f7ba7c903c4db6bff73fb87f77e3e6 (patch) | |
| tree | b435ba6b5840fb205e91539fff92b11becb8743c /boot | |
| parent | 8ae71180b37cee5fda7717226a1704ac7ef3db08 (diff) | |
align e820 table to 8 byte boundary
Diffstat (limited to 'boot')
| -rw-r--r-- | boot/bios.inc | 2 | 
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 | 
