Better user programs with a special std. Sleep and exit are calling scheduler instead of wfi.
This commit is contained in:
8
crates/os-std/Cargo.toml
Normal file
8
crates/os-std/Cargo.toml
Normal file
@@ -0,0 +1,8 @@
|
||||
[package]
|
||||
name = "os-std"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
os-std-macros = { path = "../os-std-macros" }
|
||||
shared = { path = "../shared" }
|
||||
Reference in New Issue
Block a user