Finally, code that works to orbit + creates a circ node.

This commit is contained in:
2021-07-19 04:46:05 -04:00
parent 6f9537547f
commit 3101aef1cc
5 changed files with 33 additions and 21 deletions

View File

@ -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.