mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-18 18:56:29 +00:00
libports: fix VFS config of sdl.run
This commit is contained in:
parent
7394f0c306
commit
be4971eb0a
@ -70,9 +70,11 @@ append config {
|
|||||||
</start>
|
</start>
|
||||||
<start name="test-sdl">
|
<start name="test-sdl">
|
||||||
<resource name="RAM" quantum="32M"/>
|
<resource name="RAM" quantum="32M"/>
|
||||||
<libc stdout="/dev/log">
|
<config>
|
||||||
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
<libc stdout="/dev/log">
|
||||||
</libc>
|
<vfs> <dir name="dev"> <log/> </dir> </vfs>
|
||||||
|
</libc>
|
||||||
|
</config>
|
||||||
</start>
|
</start>
|
||||||
</config>}
|
</config>}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user