# # Build # build { core init drivers/timer drivers/sd_card } create_boot_directory # # Config # install_config { } # # Boot modules # build_boot_image { core init timer sd_card_bench } run_genode_until forever # vi: set ft=tcl :