genode-ehmry/app/hello-world/runtime

14 lines
162 B
Plaintext

<runtime ram="2M" caps="96" binary="hello-world">
<requires>
<log/>
</requires>
<content>
<rom label="hello-world"/>
</content>
<config/>
</runtime>