mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-26 08:51:08 +00:00
16 lines
384 B
Plaintext
16 lines
384 B
Plaintext
|
build "core init test/hello"
|
||
|
|
||
|
install_config {
|
||
|
<config verbose="yes">
|
||
|
<parent-provides> <service name="LOG"/> </parent-provides>
|
||
|
<start name="hello">
|
||
|
<resource name="RAM" quantum="3M"/>
|
||
|
<route><any-service><parent/></any-service></route>
|
||
|
</start>
|
||
|
</config>
|
||
|
}
|
||
|
|
||
|
create_boot_directory
|
||
|
build_boot_image "core init hello"
|
||
|
run_genode_until "child exited with exit value 0" 20
|