mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
parent
b93f15046c
commit
826db3d73e
@ -15,6 +15,8 @@ import_from_depot [depot_user]/src/[base_src] \
|
||||
[depot_user]/pkg/sculpt
|
||||
|
||||
proc config_system_content {} { return {\
|
||||
<!-- supported states: "poweroff" or "reset" when acpica started -->
|
||||
<!-- Note: power down your persistent Genode applications & VMs beforehand on your own ! -->
|
||||
<system state=""/>} }
|
||||
|
||||
|
||||
|
@ -1,7 +1,8 @@
|
||||
<launcher pkg="acpica">
|
||||
<config reset="no" poweroff="no" report="yes" act_as_acpi_drv="no"/>
|
||||
<config reset="yes" poweroff="yes" report="yes" act_as_acpi_drv="no"/>
|
||||
<route>
|
||||
<service name="ROM" label="platform_info"> <parent/> </service>
|
||||
<service name="ROM" label="system"> <parent label="config -> system"/> </service>
|
||||
<service name="Platform"> <parent/> </service>
|
||||
<service name="IO_MEM"> <parent/> </service>
|
||||
<service name="IO_PORT"> <parent/> </service>
|
||||
|
Loading…
Reference in New Issue
Block a user