fix: multiboot header is now setting the resolution variables (still not working tho)
This commit is contained in:
parent
fb1a1bc213
commit
88bf5e7960
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user