mirror of
https://github.com/iceHtwoO/novaOS.git
synced 2026-04-17 04:32:27 +00:00
feat: terminal, start app by ID
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user