mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 09:46:20 +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" />
|
||||
</parent-provides>
|
||||
<default-route>
|
||||
<any-service> <any-child/> <parent/> </any-service>
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
</default-route>
|
||||
<start name="timer">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
@ -55,6 +55,11 @@ install_config {
|
||||
<start name="rom_to_file">
|
||||
<resource name="RAM" quantum="4M"/>
|
||||
<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>
|
||||
</config>}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user