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