mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
blinktree: Updated run script to include topology service.
This commit is contained in:
@@ -21,14 +21,17 @@ set config {
|
||||
<service name="IO_MEM"/>
|
||||
<service name="IO_PORT"/>
|
||||
<service name="RM"/>
|
||||
<service name="TOPO"/>
|
||||
</parent-provides>
|
||||
<affinity-space width="20" height="1"/>
|
||||
<affinity-space width="64" height="1"/>
|
||||
<default-route>
|
||||
<any-service><parent/><any-child/></any-service>
|
||||
</default-route>
|
||||
<default caps="200"/>
|
||||
<start name="timer">
|
||||
<resource name="RAM" quantum="1M"/>
|
||||
<resource name="RAM" quantum="8M"/>
|
||||
<!--<resource name="CPU" quantum="10"/>-->
|
||||
<affinity xpos="0" ypos="0" width="1" height="1"/>
|
||||
<provides><service name="Timer"/></provides>
|
||||
<route>
|
||||
<any-service><parent/><any-child/></any-service>
|
||||
@@ -36,12 +39,11 @@ set config {
|
||||
</start>
|
||||
}
|
||||
|
||||
append_platform_drv_config
|
||||
|
||||
append config {
|
||||
<start name="blinktree" caps="1000">
|
||||
<affinity xpos="0" ypos="0" width="20" height="1"/>
|
||||
<resource name="RAM" quantum="119000M"/>
|
||||
<affinity xpos="1" ypos="0" width="63" height="1"/>
|
||||
<resource name="RAM" quantum="240G"/>
|
||||
<!--<resource name="CPU" quantum="90"/>-->
|
||||
<route>
|
||||
<service name="Timer"> <child name="timer"/> </service>
|
||||
<any-service> <parent/> <any-child/> </any-service>
|
||||
|
||||
Reference in New Issue
Block a user