mirror of
https://github.com/mmueller41/genode.git
synced 2026-01-21 12:32:56 +01:00
mesa-gears.run: add missing rtc config
Without the 'rtc' configuration, the gears won't move.
This commit is contained in:
@@ -5,9 +5,11 @@ set demo_caps 200
|
|||||||
|
|
||||||
set demo_config {
|
set demo_config {
|
||||||
<config ld_verbose="true">
|
<config ld_verbose="true">
|
||||||
<libc stdout="/dev/log" stderr="/dev/log"/>
|
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" />
|
||||||
<vfs>
|
<vfs>
|
||||||
<dir name="dev"> <log/> </dir>
|
<dir name="dev">
|
||||||
|
<log/> <inline name="rtc">2000-01-01 00:00</inline>
|
||||||
|
</dir>
|
||||||
</vfs>
|
</vfs>
|
||||||
</config>}
|
</config>}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user