1
1
ミラー元 https://git.shadowkat.net/izaya/OC-PsychOS2.git 前回の同期 2024-09-28 15:12:45 -04:00
OC-PsychOS2/module/term.lua

6 行
174 B
Lua
Raw 通常表示 履歴

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