im trying to make a small custom Os. i managed to get the BIOS working and now im trying to load libraries to the lua enviroment (OpenOS does the same from my understanding)
i have a function that iterates over all the files on /lib/core and loads them. however im getting an error that i did not manage to solve. Here is the first part of the function:
clarification: as im working almost at bios level, i dont have access to some functions like print(). so i use error() to print a message in screen
--loading libraries in /lib/core
do
for _, object in pairs(component.invoke