OC-PsychOS2/module/term.lua

6 lines
174 B
Lua
Raw Normal View History

2019-10-27 23:34:02 +11:00
--#include "module/vt-task.lua"
do
local r,w = vtemu(component.list("gpu")(),component.list("screen")())
devfs.register("tty0", function() return r,w,function() end end)
end