Earlier quoted context omitted.
Linux uses modules, some other BSD not. A faulty USB driver (specially storage related ones) can panic your BSD kernel with ease. With Linux you could blacklist lots of modules since forever easily, forbidding to load them. Try that with Windows or MacOS. Go buy some cheap WiFi adapter. Noth Atheros. Ralink, better. Often your favourite OS will panic/BSOD too.
Ah nice do we try to find excuses that monolithic kernel's are not so bad at all right? And it's totally ok that those (any) "high-quality" driver can crash the system? >Linux uses modules, some other BSD not. Has nothing todo with modules, if it's loaded it's in kernel-space. Not others...OpenBSD is the ONE. BTW: For those butt-hurt ones (that i blatantly attacked poor linux), it not just about linux but should we n…
Example of microkernel: QNX.
Example of userspace driver: fuse.
I'm not familiar with the architecture of OpenBSD, does it run it's drivers in userspace?