kOS/boot/satellite.ks

25 lines
295 B
Plaintext
Raw Normal View History

runoncepath("0:/lib/boot").
parameter debug is false.
local compiled is list(
"/lib/navigation",
"/lib/node",
2021-08-06 02:15:05 +00:00
"/lib/throttle",
"/prog/nodestats",
).
local copied is list(
"/lib/ui",
"/prog/execnode",
"/prog/circ"
).
Bootstrap(
"/boot/satellite",
"",
compiled,
copied,
debug
).