Terra and Lua - UEFI
Posted on Wed 28 May 2025 in programming • Tagged with lua, terra, c, lowlevel, uefi • 6 min read
Now in part 2 we will see how we can generate code and link it to GNU-EFI so it can run on the EFI environment, but first.
I asked ChatGPT... I'm kidding, I'm kidding. I'll copy more or less the wording on Wikipedia rather. UEFI (Unified Extensible Firmware Interface) is a specification for the firmware of computer systems that supports booting from a hardware-based EFI (Extensible Firmware Interface) environment, and it's used by both UEFI 1.0 & later versions as well with some older BIOSes like …
Continue reading