mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2024-11-09 13:41:43 +00:00
kern: turns out changing base address gives pretty elfs but breaks relocs
This commit is contained in:
parent
01fd324d4f
commit
45da60f902
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ PHDRS
|
||||||
SECTIONS
|
SECTIONS
|
||||||
{
|
{
|
||||||
/* =========== CODE section =========== */
|
/* =========== CODE section =========== */
|
||||||
PROVIDE(__start__ = 0x80060000);
|
PROVIDE(__start__ = 0x0);
|
||||||
. = __start__;
|
. = __start__;
|
||||||
__code_start = . ;
|
__code_start = . ;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue