implemented page allocator
This commit is contained in:
parent
48421fc0ef
commit
4341e1dce2
6 changed files with 195 additions and 10 deletions
|
|
@ -30,4 +30,6 @@ SECTIONS
|
|||
|
||||
. = ALIGN(16);
|
||||
__stack_top = . + 0x10000;
|
||||
. = ALIGN(0x1000);
|
||||
PROVIDE(__memory_start = .);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue