boot.cfg change

This commit is contained in:
2026-01-15 15:45:32 -05:00
parent 443149fe8d
commit df1fa69402
2 changed files with 2 additions and 1 deletions

View File

@@ -138,6 +138,7 @@ function kernel.main()
else
ret = {coroutine.resume(task.coro, table.unpack(task.syscallReturn))}
end
local elapsed = kernel.computer:time() - startTime
task.lastTime = elapsed
task.totalTime = (task.totalTime or 0) + elapsed