mirror of
https://github.com/italicsjenga/agb.git
synced 2024-12-23 16:21:33 +11:00
fixed multiboot linker script
This commit is contained in:
parent
2f57168fb8
commit
8e04c415d2
|
@ -24,7 +24,7 @@ SECTIONS {
|
||||||
*(.crt0 .crt0*);
|
*(.crt0 .crt0*);
|
||||||
*(.text .text*);
|
*(.text .text*);
|
||||||
. = ALIGN(4);
|
. = ALIGN(4);
|
||||||
} > rom
|
} > ewram
|
||||||
__text_end = .;
|
__text_end = .;
|
||||||
|
|
||||||
.rodata : {
|
.rodata : {
|
||||||
|
|
Loading…
Reference in a new issue