Jump to content
  • Sky
  • Blueberry
  • Slate
  • Blackcurrant
  • Watermelon
  • Strawberry
  • Orange
  • Banana
  • Apple
  • Emerald
  • Chocolate
  • Charcoal

Valentin Long

Members
  • Content Count

    1
  • Joined

  • Last visited

About Valentin Long

  • Rank
    Junior Member

Contact Methods

  • Minecraft
    valeeeel
  • GitHub
    valentinlongl
  1. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.