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 SECTIONS
{ {
/* =========== CODE section =========== */ /* =========== CODE section =========== */
PROVIDE(__start__ = 0x80060000); PROVIDE(__start__ = 0x0);
. = __start__; . = __start__;
__code_start = . ; __code_start = . ;