forked from izaya/LuPPC
BSODs now busywait rather than kernel panicking. this makes it so that errors are not obscured.
This commit is contained in:
parent
a0a9d76484
commit
4052720c2c
@ -31,11 +31,7 @@ function boot.boot()
|
|||||||
gpu.setBackground(0x000000)
|
gpu.setBackground(0x000000)
|
||||||
|
|
||||||
native.sleep(4000000)
|
native.sleep(4000000)
|
||||||
if modules.computer and modules.computer.shutdown() then
|
while true do --[[NOTHING]] end
|
||||||
modules.computer.shutdown()
|
|
||||||
else
|
|
||||||
os.exit(1)
|
|
||||||
end
|
|
||||||
end)
|
end)
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user