build "core init test/sub_rm" create_boot_directory proc local_attach_addr {} { return "0x70000000" } proc attach_twice_forbidden {} { if { [have_spec linux] } { return true } else { return false } } proc support_attach_sub_any {} { if { [have_spec linux] } { return false } else { return true } } append config { } install_config $config build_boot_image "core ld.lib.so init test-sub_rm" append qemu_args "-nographic " run_genode_until {.*--- end of sub-rm test ---.*} 20