mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-28 01:28:53 +00:00
8a279855ff
Fixes #4983
13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
<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>
|