set build_components { core init drivers/timer server/nitpicker server/nit_fb app/launchpad app/pointer app/eglgears drivers/framebuffer drivers/input lib/gallium } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory set config { } append_if [have_spec sdl] config { } append_platform_drv_config append_if [have_spec framebuffer] config { } append_if [have_spec ps2] config { } append config { } install_config $config set boot_modules { core init ld.lib.so timer nitpicker nit_fb launchpad eglgears pointer gallium.lib.so libc.lib.so libm.lib.so pthread.lib.so } lappend_if [have_spec linux] boot_modules fb_sdl lappend_if [have_spec framebuffer] boot_modules fb_drv lappend_if [have_spec ps2] boot_modules ps2_drv lappend_if [have_spec i915] boot_modules gallium-i915.lib.so append_platform_drv_boot_modules build_boot_image $boot_modules append qemu_args " -m 768" run_genode_until forever