temp stage

This commit is contained in:
Yu Chen 2023-01-02 20:06:03 +08:00
parent 58bf26222f
commit 2e57ec432a
5 changed files with 190 additions and 40 deletions

View file

@ -10,6 +10,7 @@ edition = "2021"
riscv = { git = "https://github.com/rcore-os/riscv", features = ["inline-asm"] }
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
buddy_system_allocator = "0.6"
bit_field = "0.10.0"
bitflags = "1.2.1"
xmas-elf = "0.7.0"
volatile = "0.3"