# # Build # set build_components { core init drivers/timer test/trace lib/trace/policy/rpc_name } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core init timer test-trace rpc_name } build_boot_image $boot_modules append qemu_args " -nographic -serial mon:stdio -m 256 " run_genode_until forever #{.*child exited with exit value 0.* } 60