fix: multiboot header is now setting the resolution variables (still not working tho)

This commit is contained in:
0x35c 2024-12-03 11:57:55 +01:00
parent fb1a1bc213
commit 88bf5e7960

View File

@ -13,6 +13,12 @@
.long FLAGS .long FLAGS
.long CHECKSUM .long CHECKSUM
# Video mode
.long 0
.long 1024
.long 768
.long 32
# Allocate the initial stack. # Allocate the initial stack.
.section .bootstrap_stack, "aw", @nobits .section .bootstrap_stack, "aw", @nobits
stack_bottom: stack_bottom: