调整创建磁盘、挂载磁盘及卸载磁盘的脚本

This commit is contained in:
hwzzy666
2022-07-06 08:21:46 +08:00
parent 9bf52cf2ab
commit 339570a2f3
5 changed files with 19 additions and 22 deletions

2
run.sh
View File

@ -93,6 +93,8 @@ cd tools
bash m*
sudo cp ${root_folder}/bin/user/shell.elf ${root_folder}/bin/disk_mount
sudo cp ${root_folder}/bin/user/about.elf ${root_folder}/bin/disk_mount
sudo mkdir ${root_folder}/bin/disk_mount/dev
sudo touch ${root_folder}/bin/disk_mount/dev/keyboard.dev
sync
bash u*
cd ..