kern: codegen tweaks, now that we're no longer -Os
This commit is contained in:
@@ -12,7 +12,7 @@ PHDRS
|
||||
SECTIONS
|
||||
{
|
||||
/* =========== CODE section =========== */
|
||||
PROVIDE(__start__ = 0x0);
|
||||
PROVIDE(__start__ = 0x80060000);
|
||||
. = __start__;
|
||||
__code_start = . ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user