Re organize

This commit is contained in:
2025-09-14 18:13:52 +02:00
parent f0f71ea490
commit 27b185239f
2 changed files with 29 additions and 24 deletions

View File

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