mirror of
https://github.com/genodelabs/genode.git
synced 2025-06-23 17:17:38 +00:00
committed by
Christian Helmuth
parent
d516544a1f
commit
1c20ed12c1
@ -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
|
||||
|
@ -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 "
|
||||
|
Reference in New Issue
Block a user