CPU service required

Required to start thread on Genode/NOVA. Without the service it fails with:

int main(): --- init created, waiting for exit condition ---
[init] timer: no route to service "CPU"
[init -> test-moon] Starting ldso ...
[init -> timer] C++ runtime: Genode::Parent::Service_denied
[init -> timer] void* abort(): abort called
This commit is contained in:
Alexander Boettcher 2012-08-10 11:57:56 +02:00 committed by Norman Feske
parent 5cee75e2a3
commit 49786a7ca3
1 changed files with 1 additions and 0 deletions

View File

@ -15,6 +15,7 @@ install_config {
<service name="LOG"/>
<service name="IO_PORT"/>
<service name="IRQ"/>
<service name="CPU"/>
</parent-provides>
<default-route>
<any-service> <parent/> <any-child/> </any-service>