assert_spec x86 set build_components { core init drivers/timer drivers/nic server/ram_fs server/vfs test/netty lib/vfs/lxip } source ${genode_dir}/repos/base/run/platform_drv.inc append_platform_drv_build_components build $build_components create_boot_directory append config { } if { false } { append config { 33 44 10.0.2.55:8888 10.0.2.55:8888 10.0.2.1:13001 REQUEST } } else { append config { } } append config { } append_platform_drv_config append config { } install_config $config append boot_modules { core init timer } [nic_drv_binary] { ram_fs vfs ld.lib.so libc.lib.so libm.lib.so libc_resolv.lib.so stdcxx.lib.so libc_pipe.lib.so vfs_lxip.lib.so lxip.lib.so test-netty } append_platform_drv_boot_modules build_boot_image $boot_modules append qemu_args " -nographic -net nic,model=e1000 -net tap,ifname=tap0,downscript=no,script=no " run_genode_until forever # vi: set ft=tcl :