Sync computers

This commit is contained in:
2026-02-28 18:55:10 +01:00
parent c3eb93e701
commit 9a983c56f3
29 changed files with 1564 additions and 28 deletions

View File

@@ -5,4 +5,4 @@ edition = "2024"
[dependencies]
os-std-macros = { path = "../os-std-macros" }
shared = { path = "../shared" }
shared = { path = "../shared", features = ["user"] }

View File

@@ -4,6 +4,7 @@ extern crate alloc;
pub mod prelude;
pub use shared::fs;
pub use shared::syscall;
#[macro_export]