🎨 将shell独立成单独的app

This commit is contained in:
fslongjin
2022-05-24 14:36:24 +08:00
parent 1eb9a299b6
commit afeca18206
8 changed files with 41 additions and 18 deletions

4
run.sh
View File

@ -88,10 +88,10 @@ else
flag_can_run=1
fi
# 拷贝init文件到硬盘
# 拷贝shell到硬盘
cd tools
bash m*
sudo cp ${root_folder}/bin/user/init.bin ${root_folder}/bin/disk_mount
sudo cp ${root_folder}/bin/user/shell.elf ${root_folder}/bin/disk_mount
sync
bash u*
cd ..