create_boot_directory append build_components { core init drivers/timer server/nic_bridge server/nic_loopback test/tcp } append_socket_fs_build_components build $build_components append config { <} [socket_fs_plugin] { ip_addr="192.168.1.1" netmask="255.255.255.0"/> <} [socket_fs_plugin] { ip_addr="192.168.1.2" netmask="255.255.255.0"/> } install_config $config append boot_modules { core ld.lib.so init timer nic_bridge nic_loopback posix.lib.so libc.lib.so libm.lib.so vfs.lib.so vfs_lwip.lib.so test-tcp } append_socket_fs_boot_modules build_boot_image $boot_modules append qemu_args " -nographic" run_genode_until {child "recv" exited with exit value 0} 240 # vi: set ft=tcl :