mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-25 01:43:30 +00:00
🆕 完成了初始化内存管理单元的代码
This commit is contained in:
@ -8,7 +8,7 @@ fi
|
||||
# 第一个参数如果是--notbuild 那就不构建,直接运行
|
||||
if [ ! "$1" == "--nobuild" ]; then
|
||||
echo "开始构建..."
|
||||
make all
|
||||
make all -j 16
|
||||
make clean
|
||||
fi
|
||||
|
||||
|
Reference in New Issue
Block a user