implemented page allocator

This commit is contained in:
Lorenzo Torres 2026-02-01 14:43:50 +01:00
parent 48421fc0ef
commit 4341e1dce2
6 changed files with 195 additions and 10 deletions

View file

@ -30,4 +30,6 @@ SECTIONS
. = ALIGN(16);
__stack_top = . + 0x10000;
. = ALIGN(0x1000);
PROVIDE(__memory_start = .);
}