mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-17 00:57:24 +09:00
Author: https://github.com/supercomputer7 Commit: https://github.com/SerenityOS/serenity/commit/9f217222b7 Pull-request: https://github.com/SerenityOS/serenity/pull/18249
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="
|
||||
$SERENITY_EXTRA_QEMU_ARGS
|
||||
-m $SERENITY_RAM_SIZE
|
||||
-cpu pentium3
|
||||
-cpu qemu64
|
||||
-machine isapc
|
||||
-d guest_errors
|
||||
-device isa-vga
|
||||
|
|
Loading…
Reference in a new issue