mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-16 20:13:27 +00:00
kern: turns out changing base address gives pretty elfs but breaks relocs
This commit is contained in:
parent
8c955587f4
commit
caf0be85fa
@ -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