• blarbasaurus@lemmy.world
      link
      fedilink
      arrow-up
      11
      ·
      1 year ago

      For avionics, I doubt that they would use a traditional os. As far as I’m aware, Microsoft doesn’t have safety-certified builds of Windows with a real time kernel. Certifying a Linux build would also be a huge and costly endeavor. What they are likely using is a certified RTOS, like Vxworks, RTEMS, ThreadX, SafeRTOS, etc., or even Ada with the Ravenscar profile. You don’t really “develop” applications for these, you instead incorporate them as libraries inside your application and compile the RTOS into your application, and then run it on bare metal. Infotainment systems on the other hand will use more traditional OSes.

      A lot of the presentation seems to be rather typical of the aerospace industry, which is all about safety. Im not too convinced that this is due to Boeing being Boeing, but rather that DO-178 compliance is a removed, ITAR can be another removed, and certifying not only a single build of the Linux kernel but also an entire distro build will be a superhuman effort. At best it’ll take a long time with a sizeable team. Not sure that would Boeing be filling to fund that.

      • a_statistician@programming.dev
        link
        fedilink
        arrow-up
        3
        ·
        1 year ago

        Yeah, coming from nuclear, all of the buzzwords make sense. Ofc, nuclear has decided blindly trusting windows for everything is cyber security so… 😂😭

    • solidsnail@programming.devOP
      link
      fedilink
      arrow-up
      5
      ·
      1 year ago

      I doubt they run on windows tbh. If they take issue with with monolithic design of Linux, then windows would be an even bigger problem.

      Also, most of the devices in question are probably small controllers, incapable of running windows. (Microsoft are struggling to run it on arm so…)

      • OsrsNeedsF2P
        link
        fedilink
        arrow-up
        1
        ·
        1 year ago

        Windows kernel isn’t monolithic, hence why you need to install drivers from random websites

    • NaN@lemmy.blahaj.zone
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      Windows is not used for avionics and safety critical systems, it is also not a real time OS.

      LynxOS and VxWorks are a couple that are used.

      The development processes are highly regulated, which would be more difficult to integrate.

    • wildbus8979@sh.itjust.works
      link
      fedilink
      arrow-up
      2
      ·
      1 year ago

      I’m happy to hate on Windows as much as the next guy, but in this case it’s probably stuff like VxWorks, which makes sense since it’s a battle tested RTOS.

      Their excuse and PR jargon is still BS though.