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 {
|
||||
<config ld_verbose="true">
|
||||
<libc stdout="/dev/log" stderr="/dev/log"/>
|
||||
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc" />
|
||||
<vfs>
|
||||
<dir name="dev"> <log/> </dir>
|
||||
<dir name="dev">
|
||||
<log/> <inline name="rtc">2000-01-01 00:00</inline>
|
||||
</dir>
|
||||
</vfs>
|
||||
</config>}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user