feat: terminal, start app by ID

This commit is contained in:
2026-03-26 15:27:08 +01:00
parent 804941d933
commit 02f16715bc
7 changed files with 53 additions and 19 deletions

View File

@@ -5,11 +5,12 @@ use core::prelude::rust_2024::derive;
#[derive(Debug)]
pub enum NovaError {
General(&'static str),
Mailbox,
HeapFull,
EmptyHeapSegmentNotAllowed,
Misalignment,
InvalidGranularity,
Paging,
Paging(&'static str),
OutOfMeomory,
}