create_boot_directory import_from_depot \ genodelabs/src/[base_src] \ genodelabs/pkg/[drivers_interactive_pkg] \ ehmry/src/xml_editor \ ehmry/src/xml_term_edit \ set build_components { core init drivers/timer server/fs_rom server/terminal server/ram_fs test/log test/timer } build $build_components append config { } install_config $config # # Boot modules # # generic modules append boot_modules { core ld.lib.so init fs_rom libc.lib.so vfs.lib.so libm.lib.so ram_fs terminal test-log test-timer timer } build_boot_image $boot_modules run_genode_until forever