# # Build # set build_components { core init drivers/timer server/fs_report server/vfs } build $build_components create_boot_directory # # Generate config # append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init fs_report timer vfs } build_boot_image $boot_modules append qemu_args " -nographic" run_genode_until {.*.*} 20