kOS/boot/science.ks

16 lines
202 B
Plaintext

RunOncePath("0:/lib/boot").
parameter debug is false.
Bootstrap(
"/boot/science",
List(
"/prog/circ",
"/prog/execnode",
"/prog/nodestats",
"/prog/reentry"
),
debug,
false
).