Pregunta de entrevista de Hughes Network Systems

Explain what a Real Time Operating System is and why it is important or useful.

Respuesta de la entrevista

Anónimo

30 ene 2020

A "bare bones" sort of operating system used for embedded systems that gives a developer finer control of the execution timing. It's important because when you have a critical system and certain things need to happen at specific, synchronized intervals for any reason, an RTOS allows you to do that where as a full OS like Linux while have less strict timings since its doing alot more in the background to deal with processes or services that you often wont need in your embedded device.