1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-09-27 14:45:18 -04:00

made getty record the basepid properly

This commit is contained in:
XeonSquared 2020-03-24 16:25:06 +11:00
parent 77c69f651b
commit 7b8c532141

View File

@ -55,10 +55,10 @@ local function allocate()
end
function start()
basepid = os.spawn(function()
scan()
allocate()
dprint("screens ready")
basepid = os.spawn(function()
while true do
coroutine.yield()
for k,v in pairs(pids) do