Finally, code that works to orbit + creates a circ node.
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user