2021-08-19 02:29:54 +00:00
|
|
|
RunOncePath("0:/lib/boot").
|
2021-07-23 20:04:26 +00:00
|
|
|
|
2021-08-02 04:06:43 +00:00
|
|
|
parameter debug is false.
|
2021-07-23 20:04:26 +00:00
|
|
|
|
2021-08-02 04:06:43 +00:00
|
|
|
Bootstrap(
|
|
|
|
"/boot/helicopter",
|
2021-08-04 22:41:13 +00:00
|
|
|
"/prog/helicopter",
|
2021-08-19 02:29:54 +00:00
|
|
|
List(), // no additional program files
|
2021-08-02 04:06:43 +00:00
|
|
|
debug
|
|
|
|
).
|