34 lines
820 B
Plaintext
34 lines
820 B
Plaintext
build { core init drivers/timer app/threads }
|
|
|
|
create_boot_directory
|
|
|
|
install_config {
|
|
<config>
|
|
<parent-provides>
|
|
<service name="LOG"/>
|
|
<service name="PD"/>
|
|
<service name="CPU"/>
|
|
<service name="ROM"/>
|
|
</parent-provides>
|
|
<affinity-space width="4" />
|
|
<default-route>
|
|
<any-service><parent/><any-child/></any-service>
|
|
</default-route>
|
|
<default caps="50"/>
|
|
<start name="timer">
|
|
<resource name="RAM" quantum="1M"/>
|
|
<provides><service name="Timer"/></provides>
|
|
</start>
|
|
<start name="threads">
|
|
<resource name="RAM" quantum="1M"/>
|
|
</start>
|
|
</config>}
|
|
|
|
build_boot_image { core init timer threads }
|
|
|
|
append qemu_args " -nographic -smp 4,cores=4 "
|
|
|
|
source ${genode_dir}/repos/genode-Profiler/run/profiler.inc
|
|
set show_plot true
|
|
|
|
run_genode_until "done123" 30 |