21 lines
424 B
Plaintext
21 lines
424 B
Plaintext
set app_config {
|
|
<start name="julia_fractal">
|
|
<resource name="RAM" quantum="4M"/>
|
|
<route>
|
|
<service name="Gui"> <child name="wm"/> </service>
|
|
<any-service> <parent/> <any-child/> </any-service>
|
|
</route>
|
|
</start>}
|
|
|
|
set build_components { app/julia_fractal }
|
|
|
|
set boot_modules {
|
|
julia_fractal
|
|
libc.lib.so
|
|
vfs.lib.so
|
|
libm.lib.so
|
|
stdcxx.lib.so
|
|
}
|
|
|
|
source ${genode_dir}/repos/world/run/gui_app.inc
|