add missing address and graphic field of the multiboot header

This commit is contained in:
Stefan Lankes 2014-12-22 23:21:57 +01:00
parent e4d215d3d3
commit 5a5ddb35e2

View file

@ -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