added minify tags

This commit is contained in:
2026-01-15 15:27:28 -05:00
parent e203f9f36d
commit 16e4f6b789
13 changed files with 13 additions and 4350 deletions

View File

@@ -20,7 +20,6 @@ kernel.cache = {}
kernel.cache.preload = {}
kernel._G=_G
kernel.sleep=sleep
kernel.debug=true
_G.sleep=nil
local windowsExp = false
@@ -112,6 +111,7 @@ if not ifs.isFile("/boot/boot.cfg") then
kernel.log("boot.cfg missing or corrupted!, Attempting to write recovery boot.cfg", "ERROR")
ifs.writeAllText("/boot/boot.cfg",ifs.readAllText("/boot/safeboot.cfg"))
end
local initCfgFunc, err = load(ifs.readAllText("/boot/boot.cfg"), "@boot.cfg")
if not initCfgFunc then
kernel.PANIC("Failed to load /boot/boot.cfg: "..tostring(err))
@@ -238,6 +238,6 @@ for _,p in ipairs(modules) do
end
kernel.log("Kernel initialized successfully.")
kernel.status="running"
--kernel.status="running"
kernel.main()
kernel.PANIC("Execution complete")