fixed multiboot linker script

This commit is contained in:
Alex Janka 2023-04-13 12:50:43 +10:00
parent 2f57168fb8
commit 8e04c415d2

View file

@ -24,7 +24,7 @@ SECTIONS {
*(.crt0 .crt0*);
*(.text .text*);
. = ALIGN(4);
} > rom
} > ewram
__text_end = .;
.rodata : {