对多核启动的过程加锁

This commit is contained in:
fslongjin
2022-04-07 17:46:09 +08:00
parent 68c7b52192
commit ac2508224e
6 changed files with 99 additions and 28 deletions

2
run.sh
View File

@ -12,7 +12,7 @@ if [ ! "$1" == "--nobuild" ]; then
make clean
fi
IA32_USE_QEMU=0
IA32_USE_QEMU=1
bochsrc="./bochsrc"
ARCH="x86_64"