# # Build # set build_components { core init timer drivers/framebuffer/intel test/framebuffer server/report_rom server/vfs server/fs_rom app/top lib/vfs/import } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory # # Generate config # append config { } append_platform_drv_config append config { } install_config $config # # Boot modules # # generic modules set boot_modules { core ld.lib.so init timer intel_fb_drv intel_fb_controller test-framebuffer report_rom fs_rom vfs vfs.lib.so vfs_import.lib.so top } append_platform_drv_boot_modules build_boot_image $boot_modules run_genode_until forever