mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-14 19:17:51 +01:00
kern: turns out changing base address gives pretty elfs but breaks relocs
This commit is contained in:
parent
01fd324d4f
commit
45da60f902
@ -12,7 +12,7 @@ PHDRS
|
||||
SECTIONS
|
||||
{
|
||||
/* =========== CODE section =========== */
|
||||
PROVIDE(__start__ = 0x80060000);
|
||||
PROVIDE(__start__ = 0x0);
|
||||
. = __start__;
|
||||
__code_start = . ;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user