Freeze BIOS is a simple Computercraft bootloader which allows you to run any OS, each in their own environment.
The operating system doesn't even need to have a compatible installer.
Freeze BIOS also supports the use of disk drives, allowing you to share your files using floppy disks.
It now also supports password protection.
How can I install this?
Warning: Before you install Freeze BIOS, I recommend you copy all your files to a floppy disk, unless if you wish to lose them. I am not responsible if you lose files when using the installer.
Note: Greyscale support is currently unavailable, but will be soon (i.e. when I get the time to add it).
Installing Freeze BIOS is easy, just run "pastebin run cfkxk94k" in the command line and let the installer do it's thing.
Also note that installing Freeze BIOS when it's already installed will (probably) simply cause the computer to shutdown whenever the OS it's installed to is ran.
How can I install an OS?
If you have already installed this bootloader but want to add another OS, reboot your computer and on the boot screen press any key, which will open setup. Select the "Install OS" option and pick "Install from disk" (install from Pastebin is planned but not yet implemented). From there, select the disk from which you want to install. If you don't have a disk, you can easily get the OS's installer and save it as "startup" on the disk. Only disks with a startup file will be visible in the list. Once you have selected a disk, just enter the name of the OS and let Freeze BIOS run the installer for you. After the installation, it will automatically boot in the default OS.
I've found a bug, how do I report it?
If you've found a bug, simply click here and create a new issue so I can rapidly patch it. The source code can also be found here, so if you wish to help speed up the bug fixing process, you can locate the mistake in the code. You can even go so far as to make a pull request containing the patches. I also accept issues that request for features.