←back to thread

216 points aq3cn | 1 comments | | HN request time: 0.208s | source
Show context
chx ◴[] No.13063659[source]
The damage here is much bigger than a few laptops. We have been trying to educate, encourage people to go and try everything ;) saying you can't write software damaging your hardware. This sort of bug violates that trust and IMO it's a big deal.
replies(2): >>13068388 #>>13068415 #
1. slededit ◴[] No.13068415[source]
Nobody has ever claimed you could write drivers without damaging hardware. When I was writing my own toy kernel there were many warnings such as:

"Probing memory-mapped PCI devices may have unpredictable results and may theoretically damage your system, so once again we discourage its use." 1

[1] http://wiki.osdev.org/Detecting_Memory_(x86)