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
@@ -1,3 +1,4 @@
--:Minify:--
--[[--
LibDeflate 1.0.0-release <br>
Pure Lua compressor and decompressor with high compression ratio using
@@ -1,3 +1,4 @@
--:Minify:--
local BOOT_DRIVE_PATH="/$"
local term = term
local os = os
@@ -1,3 +1,4 @@
--:Minify:--
sleep(1)
local BOOT_DRIVE_PATH="/$"
-- UnBIOS by JackMacWindows
@@ -1,3 +1,4 @@
--:Minify:--
local apis = ({...})[1]
local BOOT_DRIVE_PATH="/$"
local fs = apis.fs
@@ -1,3 +1,4 @@
--:Minify:--
local kernel=...
local apis=kernel.apis
local main=apis.term
+2 -2
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")