diff options
Diffstat (limited to 'Kernel/run')
-rwxr-xr-x | Kernel/run | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/run b/Kernel/run index d5709adf8d..2affd27203 100755 --- a/Kernel/run +++ b/Kernel/run @@ -18,6 +18,7 @@ cd "$script_path" [ -z "$SERENITY_COMMON_QEMU_ARGS" ] && SERENITY_COMMON_QEMU_ARGS=" $SERENITY_EXTRA_QEMU_ARGS -s -m $SERENITY_RAM_SIZE +-cpu max -d cpu_reset,guest_errors -device VGA,vgamem_mb=64 -hda _disk_image |