build { core init drivers/timer server/nitpicker server/nit_fb app/launchpad app/pointer app/eglgears drivers/framebuffer drivers/pci drivers/input lib/gallium } create_boot_directory set config { } append_if [have_spec sdl] config { } append_if [have_spec pci] 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 pci] boot_modules pci_drv 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 build_boot_image $boot_modules append qemu_args " -m 768" run_genode_until forever