blob: 5800267d186a638d25f8891eca02a4f47e01797d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
; Generates a normal process tree
; Tree is of the form:
; main
; \_ c1
; \_ c2
[main]
children=2*c1
maxtime=300
[c1]
children=2*c2
maxtime=300
[c2]
maxtime=300
|