qemu: sanity check misconfigured memory for okl4

Issue #4095
This commit is contained in:
Alexander Boettcher
2021-05-11 13:56:44 +02:00
committed by Christian Helmuth
parent d516544a1f
commit 1c20ed12c1
11 changed files with 29 additions and 16 deletions

View File

@ -251,7 +251,7 @@ lappend boot_modules libc.lib.so vfs.lib.so vfs_pipe.lib.so vfs
build_boot_image $boot_modules
append qemu_args " -nographic -m 768 "
append qemu_args " -nographic -m 800 "
# wait until Noux started
run_genode_until {.*\[init -> vfs\] creating build directory\.\.\..*\n} $boot_timeout

View File

@ -309,7 +309,7 @@ if {[have_include "power_on/qemu"]} {
if {[expr $use_gui]} {
append qemu_args " -m 2048 "
} else {
append qemu_args " -m 768 "
append qemu_args " -m 1024 "
}
append qemu_args " -cpu phenom "