Open source Lua BIOS for ComputerCraft.
Find a file
2023-07-08 10:18:02 +00:00
.gitignore Initial commit 2023-07-08 10:13:09 +00:00
bios.lua Add code 2023-07-08 10:14:47 +00:00
LICENSE Initial commit 2023-07-08 10:13:09 +00:00
README.md Update 'README.md' 2023-07-08 10:18:02 +00:00

FeatherBIOS

Open source Lua BIOS for ComputerCraft.

How to run?

The recommended way to run Feather is by using UnBIOS. This would require Feather to be stored at /bios.lua and for Feather's payload (the kernel or bootloader) being stored at /boot.lua, this allows UnBIOS to create a TLCO and erase all of the CCPL-licensed parts of the BIOS and allow them to be replaced with Feather's functions.