mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 01:13:08 +09:00
17 lines
161 B
INI
17 lines
161 B
INI
|
|
; 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
|
||
|
|
|