chore: ffff
This commit is contained in:
12
linker.ld
12
linker.ld
@@ -24,10 +24,16 @@ SECTIONS
|
||||
. = ALIGN(4);
|
||||
. += 20;
|
||||
LONG(_init + 1)
|
||||
LONG(0x88167923) /* ROM checks this @ 0x10002018 */
|
||||
. = ALIGN(8);
|
||||
/* even though we can supposedly tell the ROM where to copy us to
|
||||
* it will still check for this signature at 0x10002018... */
|
||||
LONG(0x88167923)
|
||||
. = ALIGN(128);
|
||||
_real_vector_table = .;
|
||||
*(.vectors)
|
||||
*(.text* .rodata* .data*)
|
||||
. = ALIGN(4);
|
||||
*(.text*)
|
||||
*(.rodata*)
|
||||
*(.data*)
|
||||
}
|
||||
|
||||
.bss : {
|
||||
|
||||
Reference in New Issue
Block a user