Sync computers
This commit is contained in:
7
user/shell/Cargo.toml
Normal file
7
user/shell/Cargo.toml
Normal file
@@ -0,0 +1,7 @@
|
||||
[package]
|
||||
name = "shell"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[dependencies]
|
||||
std = { path = "../../crates/std" }
|
||||
6
user/shell/src/main.rs
Normal file
6
user/shell/src/main.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
fn main() -> isize {
|
||||
println!(
|
||||
"Hello from PIC program loaded dynamically with custom std and a better justfile, and syscalls ! "
|
||||
);
|
||||
0
|
||||
}
|
||||
Reference in New Issue
Block a user