From aeefcd6ddb4902b78acd18428038a9aa6a15f4e8 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Wed, 25 Dec 2019 15:18:09 +0100 Subject: run: Run QEMU with "-cpu max" This should give us access to the largest set of CPU features available on the host machine. --- Kernel/run | 1 + 1 file changed, 1 insertion(+) (limited to 'Kernel/run') 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 -- cgit v1.2.3