🆕 完成了初始化内存管理单元的代码

This commit is contained in:
fslongjin
2022-01-28 14:46:15 +08:00
parent 134692fa85
commit 8131264e3f
5 changed files with 403 additions and 22 deletions

View File

@ -8,7 +8,7 @@ fi
# 第一个参数如果是--notbuild 那就不构建,直接运行
if [ ! "$1" == "--nobuild" ]; then
echo "开始构建..."
make all
make all -j 16
make clean
fi