v1.12.3 - Made drivers load later, after cormgr, evmgr and keyboard are set up.
This commit is contained in:
@@ -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