you are viewing a single comment's thread
view the rest of the comments
[–] 24 points 1 year ago (2 children)

Pretty much the only place it doesn’t run is where you have hard real-time requirements and on extremely small embedded micro controllers.

  • source
  • parent
  • hideshow 4 child comments
  • [–] 21 points 1 year ago (2 children)

    But isn't there a RTOS Linux kernel?

  • source
  • parent
  • hideshow 4 child comments
  • [–] 19 points 1 year ago* (1 child)

    Technically yes. But it can't support many hard real-time use cases. For that you need a true RTOS, thought from the ground up for that purpose. Something like VxWorks, QNX, some flavors of L4.

  • source
  • parent
  • hideshow 2 child comments
  • [–] 4 points 1 year ago (2 children)
  • [–] 14 points 1 year ago

    Sort of. There's realtime builds, but the Linux definition of real time is more relaxed than dedicated RTOS's in exchange for a much more feature-filled OS. You should not use Linux if people could die when you miss a deadline. You want a simple system where it's easier to prove that can never happen.

  • source
  • parent