This is a read-only snapshot of the ComputerCraft forums, taken in April 2020.
TheZipCreator's profile picture

ZipBoot - A Boot Image loader.

Started by TheZipCreator, 11 November 2017 - 04:08 PM
TheZipCreator #1
Posted 11 November 2017 - 05:08 PM
ZipBoot

ZipBoot is a boot image loader. It's pretty simple, it lists files from the boot directory, then it asks you to chose one.

It then runs that file.

Images:





If you want to install an image from a disk, do


copy disk/* boot
CLNinja #2
Posted 12 November 2017 - 12:58 AM
Considering there is no pastebin, i doubt people will be installing this. Github is a great place for hosting your code, but most people still only use pastebin for downloading programs. There have been programs made in the past to download from github/bitbucket/etc. that can be packaged into a single pastebin runnable file.