Files
genode-world/run/sdl.run
2020-06-19 15:34:41 +02:00

18 lines
355 B
Plaintext

set build_components { test/sdl }
set app_config {
<start name="test-sdl">
<resource name="RAM" quantum="32M"/>
<config>
<vfs> <dir name="dev"> <log/> </dir> </vfs>
<libc stdout="/dev/log"/>
</config>
</start>}
set boot_modules {
test-sdl
libc.lib.so vfs.lib.so libm.lib.so sdl.lib.so
}
source ${genode_dir}/repos/world/run/gui_app.inc