create_boot_directory build { app/dosbox } import_from_depot [depot_user]/src/[base_src] \ [depot_user]/pkg/[drivers_interactive_pkg] \ [depot_user]/src/init \ [depot_user]/src/libc \ [depot_user]/src/libpng \ [depot_user]/src/sdl \ [depot_user]/src/stdcxx \ [depot_user]/src/vfs \ [depot_user]/src/zlib install_config { } if {![file exists bin/dosbox.tar]} { puts "" puts "You need to provide 'bin/dosbox.tar' that contains the DOS game you want to" puts "play. Mount the directory from within DosBox by entering 'mount C: '," puts "change CWD to C: and play the game!" puts "" exit 1 } build_boot_image { dosbox dosbox.tar } run_genode_until forever