Hacker News new | ask | show | jobs
by overgryphon 3433 days ago
Device drivers run in kernel mode and can bugcheck the machine. Microsoft can certainly provide tooling and help device driver writers write reliable drivers, but the device is still responsible for it's driver.
2 comments

My understanding is that Windows supports user-mode drivers and Microsoft strongly encourages not writing kernel-mode drivers unless absolutely necessary. If Fitbit did that anyway though then it's definitely their fault.
Yeah exactly I've had Linux drivers cause kernel panics a number of times.