diff --git a/SoraOS b/SoraOS index 1e584a4..8601973 100755 Binary files a/SoraOS and b/SoraOS differ diff --git a/linker.ld b/linker.ld index 645cd39..2dce285 100644 --- a/linker.ld +++ b/linker.ld @@ -5,6 +5,11 @@ SECTIONS /* Set the location counter to 0x100000 (1MB) */ . = 0x100000; +.multiboot : +{ + KEEP(*(.multiboot)) +} + /* Define the .text section at the current location */ .text : {