mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-21 10:01:57 +00:00
os: fix session routes in rom_to_file.run
This commit is contained in:
parent
d1fa549628
commit
70548959b7
@ -27,7 +27,7 @@ install_config {
|
|||||||
<service name="PD" />
|
<service name="PD" />
|
||||||
</parent-provides>
|
</parent-provides>
|
||||||
<default-route>
|
<default-route>
|
||||||
<any-service> <any-child/> <parent/> </any-service>
|
<any-service> <parent/> <any-child/> </any-service>
|
||||||
</default-route>
|
</default-route>
|
||||||
<start name="timer">
|
<start name="timer">
|
||||||
<resource name="RAM" quantum="1M"/>
|
<resource name="RAM" quantum="1M"/>
|
||||||
@ -55,6 +55,11 @@ install_config {
|
|||||||
<start name="rom_to_file">
|
<start name="rom_to_file">
|
||||||
<resource name="RAM" quantum="4M"/>
|
<resource name="RAM" quantum="4M"/>
|
||||||
<config rom="test" />
|
<config rom="test" />
|
||||||
|
<route>
|
||||||
|
<service name="ROM" label="test"> <child name="dynamic_rom"/> </service>
|
||||||
|
<service name="File_system"> <child name="lx_fs"/> </service>
|
||||||
|
<any-service> <parent/> </any-service>
|
||||||
|
</route>
|
||||||
</start>
|
</start>
|
||||||
</config>}
|
</config>}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user