• @[email protected]
    link
    fedilink
    31 year ago

    Those benefits both make sense, but are those really the original motivation for Microsoft designing the Blue Screen of Death this way? They sound more like retroactive justifications, especially since BSODs were around well before security and internationalization were common concerns.

    • Phoenixz
      link
      fedilink
      31 year ago

      Linux has something similar, kernel panics. However, with Linux you get useful information dumped on your screen.

      Nothing gets logged on Linux either, just like windows and that makes sense. The kernel itself messed up and can’t trust its own memory anymore. Writing to disk may cause you to fuck up your disk, so you simply stop everything.

      Still though, Linux dumps useful info whereas windows just gives you this dumb useless code.