Operating system for OpenComputers
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

6 行
174B

  1. --#include "module/vt-task.lua"
  2. do
  3. local r,w = vtemu(component.list("gpu")(),component.list("screen")())
  4. devfs.register("tty0", function() return r,w,function() end end)
  5. end