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

@@ -5,6 +5,7 @@ edition = "2024"
[profile.dev]
panic = "abort"
opt-level = 0
[profile.release]
panic = "abort"