602 B
602 B
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 extensionwrite()
)read()
(and by extensionos.pullEvent()
)dofile()
(and by extensionloadfile()
)
FeatherBIOS generally loads into the bootloader/post-BIOS payload via dofile(boot.lua)
and as a result, Pelican should be placed at /boot.lua
.