Frame Allocator OK.
This commit is contained in:
parent
528d99258a
commit
e37e5708e4
9 changed files with 205 additions and 158 deletions
|
@ -10,6 +10,7 @@ edition = "2018"
|
|||
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"
|
||||
spin = "0.7.0"
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue