From 9f217222b719c40941a21d709c370db0f1f4483e Mon Sep 17 00:00:00 2001 From: Liav A Date: Sun, 9 Apr 2023 07:32:39 +0300 Subject: [PATCH] Meta: Run the QEMU ISA-PC machine with a 64-bit capable CPU When we had 32 bit support in the OS kernel and userland, the very bare minimum CPU we supported was Pentium 3, but now the CPU is just required to support x86-64 long mode to be supported, so the exact model is not very important. I chose the QEMU64 virtual CPU model, because the whole concept of the QEMU ISA-PC machine is that it checks how the kernel handles arbitrarily old hardware setup. --- Meta/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Meta/run.sh b/Meta/run.sh index 83d196235e2..a2b366dc780 100755 --- a/Meta/run.sh +++ b/Meta/run.sh @@ -366,7 +366,7 @@ fi [ -z "$SERENITY_COMMON_QEMU_ISA_PC_ARGS" ] && SERENITY_COMMON_QEMU_ISA_PC_ARGS=" $SERENITY_EXTRA_QEMU_ARGS -m $SERENITY_RAM_SIZE --cpu pentium3 +-cpu qemu64 -machine isapc -d guest_errors -device isa-vga