genode/repos/os/recipes/pkg/ping/runtime

13 lines
205 B
Plaintext
Raw Normal View History

2023-07-14 19:44:47 +00:00
<runtime ram="8M" caps="100" binary="ping">
<requires> <nic/> </requires>
<config dst_ip="1.1.1.1" period_sec="1"/>
<content>
<rom label="ld.lib.so"/>
<rom label="ping"/>
</content>
</runtime>