• refalo@programming.dev
    link
    fedilink
    arrow-up
    7
    arrow-down
    8
    ·
    edit-2
    2 months ago

    Not buying it. The colossal attack surface of a giant monolithic kernel should not be controlling an automobile. No offense to Linux or anyone who works on it, it’s great, you just can’t rely on it with your life. It was never designed to be.

    • boredsquirrel@slrpnk.net
      link
      fedilink
      arrow-up
      2
      ·
      2 months ago

      You can compile a small custom kernel with just the needed drivers. Also an LTS kernel. This is likely exaggerated

    • Avid Amoeba@lemmy.ca
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      There’s nothing to buy, Linux is already in ECUs on the road. Elektrobit is just developing yet another option.

    • CarrotsHaveEars@lemmy.ml
      link
      fedilink
      arrow-up
      1
      ·
      2 months ago

      I come from a MCU background and feel the same way. Linux kernel is for consumer level stuff. For serious machinery, I choose a real-time OS like FreeaRTOS. Less code, and more low level code makes it easier to review, maintain, and have less chance to break.