I think this last bit should mostly function.

This commit is contained in:
2021-04-12 17:25:06 -04:00
parent 6b5b88286b
commit 253c9afca5
3 changed files with 28 additions and 25 deletions

View File

@@ -8,9 +8,9 @@ CLEARSCREEN.
core:part:getmodule("kOSProcessor"):doevent("Open Terminal"). // Open the terminal on boot!
PRINT "Using TagBoot ver 1.0".
WAIT 5.
WAIT 0.1.
PRINT "Booting with tag " + core:part:tag + "...".
WAIT 5.
WAIT 0.5.
// reddit says the path cant be fully qualified (no 0:/)
COPYPATH("0:/" + core:part:tag + "/boot.ks", "1:/boot/boot.ks").