mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 21:57:55 +00:00
b2bc5912c8
Issue #4860
27 lines
522 B
Plaintext
27 lines
522 B
Plaintext
build { core init lib/ld test/cache }
|
|
|
|
create_boot_directory
|
|
|
|
install_config {
|
|
<config>
|
|
<parent-provides>
|
|
<service name="LOG"/>
|
|
<service name="CPU"/>
|
|
<service name="PD"/>
|
|
<service name="ROM"/>
|
|
<service name="IO_MEM"/>
|
|
</parent-provides>
|
|
<default-route>
|
|
<any-service> <parent/> </any-service>
|
|
</default-route>
|
|
<default caps="100"/>
|
|
|
|
<start name="test-cache">
|
|
<resource name="RAM" quantum="64M"/>
|
|
</start>
|
|
</config> }
|
|
|
|
build_boot_image [build_artifacts]
|
|
|
|
run_genode_until "done.*\n" 300
|