Fixed ELF loading again, memory management needs to be redone properly
This commit is contained in:
parent
67f719c73f
commit
819a24ab8d
9 changed files with 68 additions and 28 deletions
|
@ -32,7 +32,7 @@ PHDRS
|
|||
SECTIONS
|
||||
{
|
||||
/* TODO: 0xffffffff80000000 */
|
||||
. = 0xffffffff80000000;
|
||||
. = 0x1000;
|
||||
|
||||
_linker_start_text = .;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue