Implement dealloc

This commit is contained in:
2025-09-14 10:20:08 +02:00
parent 44cfcd9f69
commit 4dbbfa1fcf
4 changed files with 83 additions and 36 deletions

View File

@@ -40,4 +40,5 @@ pub fn mmio_write(address: u32, data: u32) {
pub enum NovaError {
Mailbox,
HeapFull,
EmptyHeapNotAllowed,
}