Add v0.1.5 changelog (#200)

* 更新about app

* V0.1.5发行日志
This commit is contained in:
login
2023-03-13 09:54:50 +08:00
committed by GitHub
parent 84407d3605
commit 33270d005c
8 changed files with 341 additions and 33 deletions

View File

@ -73,7 +73,7 @@ impl DevFS {
.expect("DevFS: Failed to create /dev/block");
devfs.register_bultinin_device();
kdebug!("ls /dev: {:?}", root.list());
// kdebug!("ls /dev: {:?}", root.list());
return devfs;
}