v2.4.1 - Now preloading filesystem library for faster boot times and memory saving.
This commit is contained in:
+1
-1
@@ -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",
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user