1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-09-21 19:28:38 -04:00
OC-PsychOS2/module/term.lua

6 lines
174 B
Lua
Raw Normal View History

2019-10-27 08:34:02 -04: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