stuff.mp4
This commit is contained in:
3
Build/sbin/init
Executable file → Normal file
3
Build/sbin/init
Executable file → Normal file
@@ -1,3 +1,6 @@
|
||||
local args={...}
|
||||
local kernel=args[1]
|
||||
for i,v in pairs(kernel.drivers.processes) do
|
||||
os.spawn(v, i, {}, {})
|
||||
end
|
||||
kernel.fs.load("/bin/bash")()
|
||||
Reference in New Issue
Block a user