Heap test passed on k210/qemu, heap size = 3M.
This commit is contained in:
parent
850559e5da
commit
528d99258a
7 changed files with 81 additions and 11 deletions
|
@ -9,6 +9,7 @@ edition = "2018"
|
|||
[dependencies]
|
||||
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"
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue