On a well implemented UNIX-based OS, kernel panics are usually related to two problems:
- Hardware or driver problems, incompatibilities or badly-implemented features on the drivers, bad RAM, no space on the hard-drive, etc. If the hardware is faulty, your machine is faulty, that's it.
-...