mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 13:16:31 +00:00
解决了一些小问题
This commit is contained in:
2
run.sh
2
run.sh
@ -93,7 +93,7 @@ if [ $flag_can_run -eq 1 ]; then
|
||||
bochs -q -f ${bochsrc} -rc ./tools/bochsinit
|
||||
else
|
||||
qemu-system-x86_64 -cdrom ${iso} -m 512M \
|
||||
-monitor telnet::2333,server,nowait -serial stdio -s
|
||||
-monitor telnet::2333,server,nowait -serial stdio -s -cpu IvyBridge --enable-kvm
|
||||
fi
|
||||
else
|
||||
echo "不满足运行条件"
|
||||
|
Reference in New Issue
Block a user