mirror of
https://github.com/LearningOS/rust-based-os-comp2022.git
synced 2026-05-05 13:41:43 +08:00
add os[1-8]-ref for os refereces, add guide, add README
This commit is contained in:
17
os4-ref/Cargo.toml
Normal file
17
os4-ref/Cargo.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[package]
|
||||
name = "os"
|
||||
version = "0.1.0"
|
||||
authors = ["Yifan Wu <shinbokuow@163.com>"]
|
||||
edition = "2018"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
bitflags = "1.2.1"
|
||||
buddy_system_allocator = "0.6"
|
||||
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
|
||||
log = "0.4"
|
||||
riscv = { git = "https://gitee.com/rcore-os/riscv", features = ["inline-asm"] }
|
||||
spin = "0.9"
|
||||
lock_api = "=0.4.6"
|
||||
xmas-elf = "0.7.0"
|
||||
Reference in New Issue
Block a user