mirror of
https://github.com/genodelabs/genode.git
synced 2025-05-28 21:24:26 +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>
|
||||
</route>
|
||||
</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>}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user