Open source bootloader and pre-boot firmware for ComputerCraft.
Find a file
2023-07-09 12:20:00 +01:00
.gitignore Initial commit 2023-07-08 16:57:49 +00:00
boot.lua Fix issues with searching for configuration file in subdirectories. 2023-07-09 12:20:00 +01:00
LICENSE Initial commit 2023-07-08 16:57:49 +00:00
README.md more format 2023-07-08 20:41:43 +01:00

Pelican

Open source bootloader and pre-boot firmware for ComputerCraft.

Dependencies and execution

Pelican expects to be ran under FeatherBIOS and as a result requires the following functions to be present on top of the bare ComputerCraft functions left over by UnBIOS:

  • print() (and by extension write())
  • read() (and by extension os.pullEvent())
  • dofile() (and by extension loadfile())

FeatherBIOS generally loads into the bootloader/post-BIOS payload via dofile(boot.lua) and as a result, Pelican should be placed at /boot.lua.