|
|
|
|
|
by tredre3
699 days ago
|
|
> Would it happen on Linux? It absolutely would. Windows is way ahead in terms of driver isolation and stability. Most drivers cannot bring down the system (your GPU driver can crash, your screen will flicker and maybe apps that were using it will crash, but the system recovers). Not so on Linux unfortunately, any driver will bring the system down. More recently certain class of drivers have been making use of ebpf or virt2, which helps in isolating the driver. But I know for a fact that CS on Linux is as low level as it can be. So long story short only MacOS is resistant to this, because they've simply deprecated any third party kernel extensions/modules. |
|
Only if the userspace part of the driver has crashed. It's not really relevant to what happened here (it was kernel code).