Refactor boot/os code, add graphical interface, more attempts to fix steering logic.

This commit is contained in:
2021-07-18 19:32:45 -04:00
parent 5cb608ff01
commit 5b9da6f0f1
3 changed files with 38 additions and 13 deletions

View File

@ -1,5 +1,11 @@
COPYPATH("0:/noop", "").
COMPILE "0:/launch" to "1:/launch".
COMPILE "0:/lib/guidance" to "1:/lib/guidance".
// rocketOS bootstrapping sequence
SET core:bootfilename to "noop".
// Install software.
compile "0:/os/rocketos" to "1:/boot/rocketos".
compile "0:/lib/guidance" to "1:/lib/guidance".
compile "0:/launch" to "1:/launch".
// Set OS to boot and restart.
set core:bootfilename to "boot/rocketos".
reboot.