diff options
author | Nico Weber <thakis@chromium.org> | 2020-07-06 10:58:40 -0400 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-07-06 17:03:26 +0200 |
commit | e91dd14fabba4878ce4e179c6ee3cfc92cb182d4 (patch) | |
tree | 0f98ba8527385e26b518ecc2e807e8965a6d1bcc /Meta/run.sh | |
parent | e9d18e35d615bb1d01d3c5fd32cc989f682b4cbc (diff) | |
download | serenity-e91dd14fabba4878ce4e179c6ee3cfc92cb182d4.zip |
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.
Diffstat (limited to 'Meta/run.sh')
-rwxr-xr-x | Meta/run.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Meta/run.sh b/Meta/run.sh index 8278b697b4..30a2d14fee 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -32,7 +32,7 @@ die() { $SERENITY_EXTRA_QEMU_ARGS -s -m $SERENITY_RAM_SIZE -cpu max --d cpu_reset,guest_errors +-d guest_errors -smp 2 -device VGA,vgamem_mb=64 -drive file=${SERENITY_DISK_IMAGE},format=raw,index=0,media=disk @@ -47,7 +47,7 @@ $SERENITY_EXTRA_QEMU_ARGS -s -m $SERENITY_RAM_SIZE -cpu max -machine q35 --d cpu_reset,guest_errors +-d guest_errors -smp 2 -device VGA,vgamem_mb=64 -device piix3-ide |