diff options
-rw-r--r-- | kernel/entry.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/entry.S b/kernel/entry.S index 5b16b30..de5fa7c 100644 --- a/kernel/entry.S +++ b/kernel/entry.S @@ -7,7 +7,7 @@ # the bootloader will search for this magic sequence # and recognize us as a multiboot kernel -.section .multiboot +.section .text # .multiboot does not work ?? .align 4 .long MAGIC .long FLAGS |