v1.12.3 - Made drivers load later, after cormgr, evmgr and keyboard are set up.

This commit is contained in:
TheWahlolly
2025-07-01 19:08:25 +03:00
parent 1cdc88682b
commit f8fdeb9209
3 changed files with 3 additions and 5 deletions
+1 -1
View File
@@ -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 -3
View File
@@ -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")