ch2: Applications
user_lib user apps
This commit is contained in:
parent
f5c1eb99b3
commit
93d85e1d32
25 changed files with 357 additions and 2 deletions
8
os/Cargo.toml
Normal file
8
os/Cargo.toml
Normal file
|
@ -0,0 +1,8 @@
|
|||
[package]
|
||||
name = "os"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
log = "0.4.22"
|
||||
sbi-rt = "0.0.3"
|
Loading…
Add table
Add a link
Reference in a new issue