Adds syscall for sleep and print and makes process work in user mode

This commit is contained in:
2026-02-12 11:36:04 +01:00
parent 8a5c17482c
commit 369ff5fef4
9 changed files with 210 additions and 75 deletions

View File

@@ -1,11 +1,11 @@
#[non_exhaustive]
#[repr(u64)]
#[repr(usize)]
pub enum EextensionID {
Time = 0x54494D45,
}
#[non_exhaustive]
#[repr(u64)]
#[repr(usize)]
pub enum TimerFunctionID {
SetTimer = 0x0,
}