Take AOUT_KLUDGE into account and not just be there doing nothing

This commit is contained in:
Jarkko Toivanen 2023-06-24 04:13:47 +03:00
parent e21e42d318
commit 946c9e468d
Signed by: jt
GPG Key ID: 9151B109B73ECAD5
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ MULTIBOOT_MEMORY_INFO equ 1 << 1
MULTIBOOT_VIDEO_REQUEST equ 0 << 2
MULTIBOOT_AOUT_KLUDGE equ 0 << 16
MULTIBOOT_HEADER_FLAGS equ MULTIBOOT_PAGE_ALIGN | MULTIBOOT_MEMORY_INFO | MULTIBOOT_VIDEO_REQUEST
MULTIBOOT_HEADER_FLAGS equ MULTIBOOT_PAGE_ALIGN | MULTIBOOT_MEMORY_INFO | MULTIBOOT_VIDEO_REQUEST | MULTIBOOT_AOUT_KLUDGE
MULTIBOOT_CHECKSUM equ -(MULTIBOOT_HEADER_MAGIC + MULTIBOOT_HEADER_FLAGS)
section .multiboot