mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 06:54:18 +00:00
Increase quota of ACPI driver
Platforms with more complex ACPI configurations require more RAM in the driver, e.g., ~160K for the test notebook on my desk.
This commit is contained in:
parent
dd22c961c9
commit
6726e6d7fe
@ -79,7 +79,7 @@ proc append_platform_drv_config {} {
|
||||
<start name=\"acpi_drv\" [platform_drv_priority]>"
|
||||
|
||||
append config {
|
||||
<resource name="RAM" quantum="2M"/>
|
||||
<resource name="RAM" quantum="3M"/>
|
||||
<route>
|
||||
<service name="LOG"> <parent/> </service>
|
||||
<service name="IO_MEM"> <parent/> </service>
|
||||
|
Loading…
x
Reference in New Issue
Block a user