Hacker News new | past | comments | ask | show | jobs | submit login

Interestingly, Windows improved its stability problem through a combination of moving drivers into userspace and formal verification. Unlike in Linux, when your video driver crashes it usually just results in a momentarily blank screen instead of a core dump.



I would not say its true. Crashed gpu driver on linux will most likely leave you with locked out screen that does not accept any user input.

On the contrary, windows GPU(WDDM) drivers are restartable and can handle crashes even without restarting the user graphical apps. This've been so since at least windows 7.

edit: s/WDM/WDDM/


I think you two are in agreement :)


Since Windows Vista even.


There's a kernel:user space split of Linux GPU drivers as well. Mesa, libdrm, libgbm, all have hardware-specific junk in them last I checked.

The kernel drm/gpu side is all about mode setting and managing resources.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: