Finally, code that works to orbit + creates a circ node.
This commit is contained in:
parent
6f9537547f
commit
3101aef1cc
5 changed files with 33 additions and 21 deletions
|
@ -1,10 +1,13 @@
|
|||
// rocketOS bootstrapping sequence
|
||||
|
||||
// To maximize space, remove this file first thing. The in-memory copy
|
||||
// will still run.
|
||||
deletepath("/boot/rocket").
|
||||
|
||||
// Install software.
|
||||
runpath("0:/bootstrap/rocket").
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "/ui/rocket".
|
||||
|
||||
deletepath("/boot/rocket").
|
||||
reboot.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue