Add code for unmanned science return probe.
This commit is contained in:
parent
81720074e4
commit
fcf93c4106
3 changed files with 37 additions and 170 deletions
20
boot/science.ks
Normal file
20
boot/science.ks
Normal file
|
@ -0,0 +1,20 @@
|
|||
runoncepath("0:/lib/boot").
|
||||
|
||||
parameter debug is false.
|
||||
|
||||
local compiled is List(
|
||||
"/lib/navigation"
|
||||
).
|
||||
|
||||
local copied is List(
|
||||
"/prog/execnode",
|
||||
"/prog/reentry"
|
||||
).
|
||||
|
||||
Bootstrap(
|
||||
"/boot/science",
|
||||
"",
|
||||
compiled,
|
||||
copied,
|
||||
debug
|
||||
).
|
Loading…
Add table
Add a link
Reference in a new issue