build { core init drivers/timer noux/minimal server/log_terminal lib/libc_noux noux-pkg/coreutils } create_boot_directory install_config { } build_boot_image { core init timer log_terminal ld.lib.so noux libc.lib.so libm.lib.so libc_noux.lib.so coreutils.tar posix.lib.so } append qemu_args " -nographic -serial mon:stdio " if {[have_spec x86_64]} { # coreutils.tar is really huge when built for x86_64 } run_genode_until {child "noux" exited with exit value 0.*\n} 30