mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-30 22:45:17 -04:00
fusee: inject our kernel_ldr in place of N's
This commit is contained in:
parent
daa7f5db79
commit
d3b697fd1d
9 changed files with 59 additions and 14 deletions
|
@ -151,7 +151,7 @@ SECTIONS
|
|||
*(.dynbss)
|
||||
*(.bss .bss.* .gnu.linkonce.b.*)
|
||||
*(COMMON)
|
||||
. = ALIGN(8);
|
||||
. = ALIGN(16);
|
||||
|
||||
/* Reserve space for the stack */
|
||||
__stack_start = .;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue