mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-23 04:48:17 +00:00
7e9c1ca3ca
Thie sticks_blue_backdrop needs more RAM to work on a 4k display. Adjust the RAM quota to make it work on 4k. Issue #5356
13 lines
268 B
Plaintext
13 lines
268 B
Plaintext
<runtime ram="176M" caps="300" binary="backdrop" config="backdrop.config">
|
|
|
|
<requires> <gui/> </requires>
|
|
|
|
<content>
|
|
<rom label="backdrop.config"/>
|
|
<rom label="sticks_blue.png"/>
|
|
<rom label="grid.png"/>
|
|
<rom label="genode_logo.png"/>
|
|
</content>
|
|
|
|
</runtime>
|