diff --git a/repos/ealanos/run/blinktree_server.run b/repos/ealanos/run/blinktree_server.run new file mode 100644 index 0000000000..f2bcbadb5b --- /dev/null +++ b/repos/ealanos/run/blinktree_server.run @@ -0,0 +1,114 @@ +create_boot_directory +import_from_depot [depot_user]/pkg/[drivers_nic_pkg] \ + +append config { + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 2022-07-20 14:30 + + + + + + + + + + + +} + +append qemu_args " -nographic " +append_qemu_nic_args "host=10.0.2.1,dhcpstart=10.0.2.55,hostfwd=tcp::12345-:12345,hostfwd=tcp::10080-:80,hostfwd=tcp::18080-:8080,hostfwd=udp::10007-:7,hostfwd=udp::17070-:7070" + +build { core init hoitaja timer lib/ld lib/vfs lib/libm lib/libc lib/stdcxx server/nic_router server/nic_uplink app/blinktree_server } + +install_config $config +build_boot_image [build_artifacts] +run_genode_until forever \ No newline at end of file