v1.12.3 - Made drivers load later, after cormgr, evmgr and keyboard are set up.
This commit is contained in:
+1
-1
@@ -1,7 +1,7 @@
|
||||
local agcfg = {
|
||||
["halyde"] = {
|
||||
["maindir"] = "",
|
||||
["version"] = "1.12.2",
|
||||
["version"] = "1.12.3",
|
||||
["description"] = "A universal, customizable and feature-packed operating system for OpenComputers.",
|
||||
["directories"] = {
|
||||
"halyde/apps",
|
||||
|
||||
@@ -1 +1 @@
|
||||
["/halyde/core/fullkb.lua","/halyde/core/evmgr.lua","/halyde/core/shell.lua"]
|
||||
["/halyde/core/fullkb.lua","/halyde/core/evmgr.lua","/halyde/core/drvload.lua","/halyde/core/shell.lua"]
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
local loadfile = ...
|
||||
local filesystem = loadfile("/halyde/lib/filesystem.lua")(loadfile)
|
||||
|
||||
_G._OSVERSION = "Halyde 1.12.2"
|
||||
_G._OSVERSION = "Halyde 1.12.3"
|
||||
_G._OSLOGO = ""
|
||||
local handle, tmpdata = filesystem.open("/halyde/config/oslogo.ans", "r"), nil
|
||||
repeat
|
||||
@@ -47,8 +47,6 @@ local function preload(module)
|
||||
_G[module] = nil
|
||||
end
|
||||
|
||||
import("/halyde/core/drvload.lua")
|
||||
|
||||
preload("component")
|
||||
preload("computer")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user