mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-21 22:47:50 +00:00
Add cpu_burner pkg recipe
This commit is contained in:
parent
a96c7ebd8d
commit
03165c96cc
3
repos/os/recipes/pkg/cpu_burner/README
Normal file
3
repos/os/recipes/pkg/cpu_burner/README
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
|
||||||
|
A dynamic CPU burner component.
|
||||||
|
|
1
repos/os/recipes/pkg/cpu_burner/archives
Normal file
1
repos/os/recipes/pkg/cpu_burner/archives
Normal file
@ -0,0 +1 @@
|
|||||||
|
_/src/cpu_burner
|
1
repos/os/recipes/pkg/cpu_burner/hash
Normal file
1
repos/os/recipes/pkg/cpu_burner/hash
Normal file
@ -0,0 +1 @@
|
|||||||
|
2022-11-22-a cf3d0528b5688b0b9a48c2ef695c3aae3f7e62c5
|
14
repos/os/recipes/pkg/cpu_burner/runtime
Normal file
14
repos/os/recipes/pkg/cpu_burner/runtime
Normal file
@ -0,0 +1,14 @@
|
|||||||
|
<runtime ram="1M" caps="100" binary="cpu_burner">
|
||||||
|
|
||||||
|
<requires>
|
||||||
|
<timer/>
|
||||||
|
</requires>
|
||||||
|
|
||||||
|
<config percent="100"/>
|
||||||
|
|
||||||
|
<content>
|
||||||
|
<rom label="ld.lib.so"/>
|
||||||
|
<rom label="cpu_burner"/>
|
||||||
|
</content>
|
||||||
|
|
||||||
|
</runtime>
|
Loading…
Reference in New Issue
Block a user