6 ms·
Why should any application be able to crash the OS? Poor OS design.
by jhaile 2y ago
Why should any application be able to crash the OS? Poor OS design.
- surfingdino 2y agoYou don't say.
- deleted 2y ago[deleted]
- consteval 2y agoIt's not an application, it's effectively a driver. It runs in kernel space. So if it has a memory bug you can't recover, you just panic. Whoopsie!