2021-08-11 09:04:10 +00:00
|
|
|
runoncepath("0:/lib/boot").
|
|
|
|
|
|
|
|
parameter debug is false.
|
|
|
|
|
|
|
|
local compiled is List(
|
2021-08-17 02:52:16 +00:00
|
|
|
"/lib/navigation",
|
|
|
|
"/lib/reentry"
|
2021-08-11 09:04:10 +00:00
|
|
|
).
|
|
|
|
|
|
|
|
local copied is List(
|
|
|
|
"/prog/execnode",
|
|
|
|
"/prog/reentry"
|
|
|
|
).
|
|
|
|
|
|
|
|
Bootstrap(
|
|
|
|
"/boot/science",
|
|
|
|
"",
|
|
|
|
compiled,
|
|
|
|
copied,
|
|
|
|
debug
|
|
|
|
).
|