# # Build # assert_spec x86 set build_components { core init timer server/dynamic_rom server/event_dump } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components lappend_if [have_board pc] build_components drivers/ps2 lappend_if [have_board linux] build_components drivers/framebuffer/sdl lappend_if [have_board linux] build_components server/nitpicker build $build_components create_boot_directory # # Generate config # append config { } append_platform_drv_config append_if [have_board pc] config { } append_if [have_board linux] config { } append config { } append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer dynamic_rom event_dump } # platform-specific modules append_platform_drv_boot_modules lappend_if [have_board pc] boot_modules ps2_drv lappend_if [have_board linux] boot_modules fb_sdl lappend_if [have_board linux] boot_modules nitpicker build_boot_image $boot_modules run_genode_until forever