This commit is contained in:
2026-02-20 11:34:53 -05:00
parent 287b146621
commit 10bc775e64
14 changed files with 57 additions and 60 deletions

View File

@@ -2,4 +2,5 @@
local kernel=...
kernel.vfs.open("/dev/null", "r")
kernel.vfs.open("/dev/tty/TTY1", "w")
kernel.vfs.open("/dev/null", "w")
kernel.vfs.open("/dev/null", "w")
kernel.status="term"