chore: ffff

This commit is contained in:
2024-12-09 00:59:28 +06:00
parent 6893817ed4
commit 623f8e581e
5 changed files with 449 additions and 119 deletions

View File

@@ -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 : {