Fix circularization code.

This commit is contained in:
2021-07-19 05:09:17 -04:00
parent 6ced7a2e25
commit 917d39d68d
2 changed files with 12 additions and 11 deletions

View File

@ -5,13 +5,13 @@
deletepath("/boot/rocket").
// Install software.
compile "0:/ui/rocket" to "1:/ui/rocket".
compile "0:/ui/rocket" to "1:/init".
compile "0:/lib/navigation" to "1:/lib/navigation".
compile "0:/lib/throttle" to "1:/lib/throttle".
compile "0:/launch" to "1:/launch".
copypath("0:/execnode", "1:/execnode"). // smaller when compiled
copypath("0:/execnode", "1:/execnode"). // larger when compiled
// Set OS to boot and restart.
set core:bootfilename to "/ui/rocket".
set core:bootfilename to "/init".
reboot.