mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 23:50:19 +00:00
run: Run QEMU with "-cpu max"
This should give us access to the largest set of CPU features available on the host machine.
This commit is contained in:
parent
1e419b482a
commit
aeefcd6ddb
Notes:
sideshowbarker
2024-07-19 10:41:16 +09:00
Author: https://github.com/awesomekling Commit: https://github.com/SerenityOS/serenity/commit/aeefcd6ddb4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue