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

@@ -8,5 +8,7 @@ pub enum NovaError {
Mailbox,
HeapFull,
EmptyHeapSegmentNotAllowed,
Misalignment,
InvalidGranularity,
Paging,
}