mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-11 15:04:20 +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 {
|
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>}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user