Files
genode-world/run/soplex.run
Johannes Schlatow 2d18d7a241 update to 17.02
2017-03-02 12:40:46 +01:00

42 lines
927 B
Plaintext

build "core init test/soplex"
create_boot_directory
install_config {
<config>
<parent-provides>
<service name="ROM"/>
<service name="RAM"/>
<service name="IRQ"/>
<service name="IO_MEM"/>
<service name="IO_PORT"/>
<service name="CAP"/>
<service name="PD"/>
<service name="RM"/>
<service name="CPU"/>
<service name="LOG"/>
</parent-provides>
<default-route>
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<start name="test-soplex">
<resource name="RAM" quantum="2M"/>
<config>
<libc stdin="/dev/null" stdout="/dev/log" stderr="/dev/log" />
<vfs> <dir name="dev"> <log/> <null/> </dir> </vfs>
</config>
</start>
</config>
}
build_boot_image {
core init test-soplex
ld.lib.so libc.lib.so libm.lib.so
stdcxx.lib.so soplex.lib.so zlib.lib.so gmp.lib.so
}
append qemu_args " -nographic -m 64 "
run_genode_until "child \"test-soplex\" exited with exit value 0" 20