mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-03 20:44:11 +00:00
436b10729e
Allow start of acpica inside the deploy config of sculpt. Issue #2909
19 lines
230 B
Plaintext
19 lines
230 B
Plaintext
<runtime ram="5M" caps="150" binary="acpica">
|
|
|
|
<requires>
|
|
<io_mem/>
|
|
<io_port/>
|
|
<irq/>
|
|
<platform/>
|
|
<timer/>
|
|
</requires>
|
|
|
|
<content>
|
|
<rom label="ld.lib.so"/>
|
|
<rom label="acpica"/>
|
|
</content>
|
|
|
|
<config/>
|
|
|
|
</runtime>
|