mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:37:44 +00:00
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.
This commit is contained in:
parent
01318d8f9b
commit
9f217222b7
1 changed files with 1 additions and 1 deletions
|
@ -366,7 +366,7 @@ fi
|
||||||
[ -z "$SERENITY_COMMON_QEMU_ISA_PC_ARGS" ] && SERENITY_COMMON_QEMU_ISA_PC_ARGS="
|
[ -z "$SERENITY_COMMON_QEMU_ISA_PC_ARGS" ] && SERENITY_COMMON_QEMU_ISA_PC_ARGS="
|
||||||
$SERENITY_EXTRA_QEMU_ARGS
|
$SERENITY_EXTRA_QEMU_ARGS
|
||||||
-m $SERENITY_RAM_SIZE
|
-m $SERENITY_RAM_SIZE
|
||||||
-cpu pentium3
|
-cpu qemu64
|
||||||
-machine isapc
|
-machine isapc
|
||||||
-d guest_errors
|
-d guest_errors
|
||||||
-device isa-vga
|
-device isa-vga
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue