forked from Hyperion/HyperionOS
/home/user owned by user, user starts in cwd /home/user
This commit is contained in:
5
Src/Hyperion-kernel/lib/modules/Hyperion/99_final.kmod
Normal file
5
Src/Hyperion-kernel/lib/modules/Hyperion/99_final.kmod
Normal file
@@ -0,0 +1,5 @@
|
||||
local args = {...}
|
||||
local kernel = args[1]
|
||||
|
||||
local origLoad = load
|
||||
--kernel._U.load = function(a,b,c,d) return origLoad(a,b,c,d or kernel._U) end
|
||||
Reference in New Issue
Block a user