Merge branch 'main' into fix/kstack-leak
This commit is contained in:
commit
2dc89534a4
106 changed files with 3974 additions and 2260 deletions
|
@ -11,6 +11,6 @@ clap = "2.33.3"
|
|||
easy-fs = { path = "../easy-fs" }
|
||||
rand = "0.8.0"
|
||||
|
||||
[features]
|
||||
board_qemu = []
|
||||
board_k210 = []
|
||||
# [features]
|
||||
# board_qemu = []
|
||||
# board_k210 = []
|
||||
|
|
|
@ -85,9 +85,9 @@ fn easy_fs_pack() -> std::io::Result<()> {
|
|||
inode.write_at(0, all_data.as_slice());
|
||||
}
|
||||
// list apps
|
||||
for app in root_inode.ls() {
|
||||
println!("{}", app);
|
||||
}
|
||||
// for app in root_inode.ls() {
|
||||
// println!("{}", app);
|
||||
// }
|
||||
Ok(())
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue