page allocation
This commit is contained in:
parent
e64cf1ef72
commit
3efbcf24f4
5 changed files with 40 additions and 3 deletions
|
|
@ -30,4 +30,7 @@ SECTIONS
|
|||
PROVIDE(_stack_bottom = .);
|
||||
. += 4096;
|
||||
PROVIDE(stack_top = .);
|
||||
|
||||
. = ALIGN(4K);
|
||||
_heap_start =.;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue