forked from Hyperion/HyperionOS
5 lines
135 B
Plaintext
5 lines
135 B
Plaintext
--:Minify:--
|
|
local kernel=...
|
|
kernel.vfs.open("/dev/null", "r")
|
|
kernel.vfs.open("/dev/tty/TTY1", "w")
|
|
kernel.vfs.open("/dev/null", "w") |