kOS/boot/helicopter.ks

10 lines
223 B
Plaintext
Raw Normal View History

2021-07-23 20:04:26 +00:00
deletepath("/boot/helicopter").
2021-08-02 01:34:19 +00:00
compile "0:/lib/stabilize_helicopter" to "1:/lib/stabilize_helicopter".
compile "0:/init/helicopter" to "1:/init".
2021-07-23 20:04:26 +00:00
// Set OS to boot and restart.
set core:bootfilename to "/init".
reboot.