fix gpu + update openos

This commit is contained in:
Speedy_Lex
2025-07-03 10:23:01 +02:00
parent 1512b8356c
commit f8eb00c05d
9 changed files with 37 additions and 31 deletions

View File

@@ -3,16 +3,11 @@ local tty = require("tty")
local text = require("text")
local sh = require("sh")
debugprint("a")
local args = shell.parse(...)
shell.prime()
debugprint("b")
if #args == 0 then
debugprint("c")
local has_profile
local input_handler = {hint = sh.hintHandler}
while true do