Open source Lua BIOS for ComputerCraft.
.gitignore | ||
bios.lua | ||
LICENSE | ||
README.md |
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.