mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:47:45 +00:00
run.sh: Remove cpu_reset debug output
It's fairly wordy and early OS startup seems to work well, so this doesn't have to be on by default.
This commit is contained in:
parent
e9d18e35d6
commit
e91dd14fab
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ die() {
|
||||||
$SERENITY_EXTRA_QEMU_ARGS
|
$SERENITY_EXTRA_QEMU_ARGS
|
||||||
-s -m $SERENITY_RAM_SIZE
|
-s -m $SERENITY_RAM_SIZE
|
||||||
-cpu max
|
-cpu max
|
||||||
-d cpu_reset,guest_errors
|
-d guest_errors
|
||||||
-smp 2
|
-smp 2
|
||||||
-device VGA,vgamem_mb=64
|
-device VGA,vgamem_mb=64
|
||||||
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
-drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk
|
||||||
|
@ -47,7 +47,7 @@ $SERENITY_EXTRA_QEMU_ARGS
|
||||||
-s -m $SERENITY_RAM_SIZE
|
-s -m $SERENITY_RAM_SIZE
|
||||||
-cpu max
|
-cpu max
|
||||||
-machine q35
|
-machine q35
|
||||||
-d cpu_reset,guest_errors
|
-d guest_errors
|
||||||
-smp 2
|
-smp 2
|
||||||
-device VGA,vgamem_mb=64
|
-device VGA,vgamem_mb=64
|
||||||
-device piix3-ide
|
-device piix3-ide
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue