forked from Hyperion/HyperionOS
Import
This commit is contained in:
6
Src/Hyperion-kernel/lib/modules/Hyperion/26_tty.kmod
Normal file
6
Src/Hyperion-kernel/lib/modules/Hyperion/26_tty.kmod
Normal file
@@ -0,0 +1,6 @@
|
||||
--:Minify:--
|
||||
local kernel=...
|
||||
kernel.vfs.open("/dev/null", "r")
|
||||
kernel.vfs.open("/dev/tty/TTY1", "w")
|
||||
kernel.vfs.open("/dev/null", "w")
|
||||
kernel.status="term"
|
||||
Reference in New Issue
Block a user