made sysinit in /usr/lib/sysinit and sped up micro added kernel.firstBoot in kernel table

This commit is contained in:
2026-03-05 09:53:30 -05:00
parent 6fefa2d9ff
commit 62e032e4c5
8 changed files with 41 additions and 40 deletions

View File

@@ -1,7 +1,7 @@
syscall={}
--- Sets home directory of User with corosponding uid to homedir
--- @param uid number
--- @param uid integer
--- @param homedir string
--- @return true|nil, nil|string
syscall.sethomedir=function(uid, homedir) end
@@ -87,7 +87,7 @@ syscall.newuser=function(username, password, gid, homedir, shell) end
syscall.spawn=function(func, name, envars, args, tgid) end
syscall.collect=function(pid) end
syscall.setshell=function(uid, shell) end
syscall.devctl=function(fd, funcname) end
syscall.devctl=function(fd, funcname, ...) end
syscall.listusers=function() end
syscall.unlockuser=function(uid) end
syscall.mount=function(target, diskOrId) end