v2.4.1 - Now preloading filesystem library for faster boot times and memory saving.

This commit is contained in:
Ponali
2025-07-14 15:47:23 +02:00
parent ea464339e9
commit 1776741114
2 changed files with 3 additions and 2 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
local agcfg = {
["halyde"] = {
["maindir"] = "",
["version"] = "2.4.0",
["version"] = "2.4.1",
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
["directories"] = {
"halyde/apps",
+2 -1
View File
@@ -1,7 +1,7 @@
local loadfile = ...
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
_G._OSVERSION = "Halyde 2.4.0"
_G._OSVERSION = "Halyde 2.4.1"
_G._OSLOGO = ""
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
repeat
@@ -48,6 +48,7 @@ end
preload("component")
preload("computer")
preload("filesystem")
local component = import("component")
local gpu = component.gpu