Files
genode-world/run/tuxmath.run
Norman Feske aa18c86ddf Use drivers_interactive pkg from depot
This patch changes 'framebuffer_app.inc' for the use of the depot. It
also fixes a few minor issues (e.g., the rtc config) found while testing
the various run scripts that use 'framebuffer_app.inc'.
2018-01-21 18:28:51 +01:00

36 lines
687 B
Plaintext

set build_components { app/tuxmath }
set app_config {
<start name="tuxmath" priority="-2" caps="200">
<resource name="RAM" quantum="64M"/>
<config>
<libc stdout="/dev/log" stderr="/dev/log" rtc="/dev/rtc"/>
<vfs>
<tar name="tuxmath_data.tar" />
<dir name="dev">
<log/> <inline name="rtc">2000-01-01 00:00</inline>
</dir>
</vfs>
</config>
</start>}
set boot_modules {
tuxmath
libc.lib.so
libm.lib.so
pthread.lib.so
libiconv.lib.so
jpeg.lib.so
freetype.lib.so
libpng.lib.so
sdl_mixer.lib.so
sdl_image.lib.so
sdl_net.lib.so
sdl_ttf.lib.so
sdl.lib.so
zlib.lib.so
tuxmath_data.tar
}
source ${genode_dir}/repos/world/run/framebuffer_app.inc