blob: 4519c70830a47073701500c3cfc8bb492170faef [file] [log] [blame]
; Generates a normal process tree
; Tree is of the form:
; main
; \_ c1
; \_ c2
[main]
children=c1,c2
maxtime=10
[c1]
children=c2
maxtime=5
[c2]
maxtime=5