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

made getty record the basepid properly

Šī revīzija ir iekļauta:
XeonSquared 2020-03-24 16:25:06 +11:00
vecāks 77c69f651b
revīzija 7b8c532141

Parādīt failu

@ -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