mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-30 14:14:31 +00:00
sculpt: add example to use acpica
When started acpica writes some reports to /report/acpica/. Issue #2909
This commit is contained in:
parent
5a182651db
commit
069f87a19f
@ -703,7 +703,20 @@ append manual_deploy_config {
|
|||||||
<child name="default_fs_rw"/> </service>
|
<child name="default_fs_rw"/> </service>
|
||||||
</route>
|
</route>
|
||||||
</start>
|
</start>
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<!--
|
||||||
|
<start name="acpica" pkg="} [depot_user]/pkg/[current_pkg acpica] {">
|
||||||
|
<config reset="no" poweroff="no" report="yes" act_as_acpi_drv="no"/>
|
||||||
|
<route>
|
||||||
|
<service name="ROM" label="platform_info"> <parent/> </service>
|
||||||
|
<service name="Platform"> <parent/> </service>
|
||||||
|
<service name="IO_MEM"> <parent label="acpica"/> </service>
|
||||||
|
<service name="IO_PORT"> <parent label="acpica"/> </service>
|
||||||
|
<service name="IRQ"> <parent label="acpica"/> </service>
|
||||||
|
</route>
|
||||||
|
</start>
|
||||||
|
-->
|
||||||
|
|
||||||
</config>}
|
</config>}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user