mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-22 06:57:51 +00:00
mesa-gears.run: add missing rtc config
Without the 'rtc' configuration, the gears won't move.
This commit is contained in:
parent
5286456e48
commit
126c72c9c8
@ -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>}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user