mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 20:42:56 +01:00
Imported Genode release 11.11
This commit is contained in:
committed by
Christian Helmuth
parent
6bcc9aef0e
commit
da4e1feaa5
12
hello_tutorial/config/config
Normal file
12
hello_tutorial/config/config
Normal file
@@ -0,0 +1,12 @@
|
||||
<config>
|
||||
<start name="hello_server">
|
||||
<resource name="RAM" quantum="256K"/>
|
||||
<provides><service name="Hello"/></provides>
|
||||
</start>
|
||||
<start name="timer">
|
||||
<resource name="RAM" quantum="256K"/>
|
||||
</start>
|
||||
<start name="hello_client">
|
||||
<resource name="RAM" quantum="256K"/>
|
||||
</start>
|
||||
</config>
|
||||
Reference in New Issue
Block a user