Fighting with pid loops. WIP.
This commit is contained in:
parent
a39f5fa328
commit
dd6f3d528b
7 changed files with 83 additions and 13 deletions
12
boot/helicopter.ks
Normal file
12
boot/helicopter.ks
Normal file
|
@ -0,0 +1,12 @@
|
|||
// helicopter bootstrapping sequence
|
||||
|
||||
deletepath("/boot/helicopter").
|
||||
|
||||
// Install software.
|
||||
compile "0:/helicopter/ui" to "1:/init".
|
||||
compile "0:/helicopter/hover" to "1:/hover".
|
||||
|
||||
// Set OS to boot and restart.
|
||||
set core:bootfilename to "/init".
|
||||
|
||||
reboot.
|
Loading…
Add table
Add a link
Reference in a new issue