add missing address and graphic field of the multiboot header
This commit is contained in:
parent
e4d215d3d3
commit
5a5ddb35e2
1 changed files with 2 additions and 0 deletions
|
@ -54,6 +54,8 @@ mboot:
|
|||
dd MULTIBOOT_HEADER_MAGIC
|
||||
dd MULTIBOOT_HEADER_FLAGS
|
||||
dd MULTIBOOT_CHECKSUM
|
||||
dd 0, 0, 0, 0, 0 ; address fields
|
||||
dd 1, 0, 0, 0 ; graphics fields => we use text mode
|
||||
|
||||
SECTION .text
|
||||
ALIGN 4
|
||||
|
|
Loading…
Add table
Reference in a new issue