Operating system for OpenComputers
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
337B

  1. --#include "module/chatbox-dprint.lua"
  2. --#include "module/syslog.lua"
  3. --#include "module/sched.lua"
  4. --#include "module/fs.lua"
  5. --#include "module/newio.lua"
  6. --#include "module/devfs.lua"
  7. --#include "module/devfs/syslog.lua"
  8. --#include "module/vt-task.lua"
  9. --#include "module/loadfile.lua"
  10. os.spawnfile("/boot/exec/init.lua")
  11. os.sched()