feat: Update MMU configuration and memory allocation functions

This commit is contained in:
2026-03-15 01:17:31 +01:00
parent 34a73f0095
commit e84ce6ab91
7 changed files with 439 additions and 112 deletions

View File

@@ -49,6 +49,7 @@ SECTIONS {
__stack_end_el0 = .;
}
. = ALIGN(2M);
_end = .;
}