1
0
Fork 0
mirror of https://github.com/Atmosphere-NX/Atmosphere.git synced 2024-09-18 21:13:23 +01:00

kern: turns out changing base address gives pretty elfs but breaks relocs

This commit is contained in:
Michael Scire 2022-03-23 00:45:48 -07:00
parent 8c955587f4
commit caf0be85fa

View file

@ -12,7 +12,7 @@ PHDRS
SECTIONS
{
/* =========== CODE section =========== */
PROVIDE(__start__ = 0x80060000);
PROVIDE(__start__ = 0x0);
. = __start__;
__code_start = . ;