Real-time in Linux
This post serves as a quick, summarized reference for building real-time applications in Linux. It is designed assuming minimal prior knowledge of real-time systems. Because this is a concise guide meant for fast navigation, it focuses on the essentials rather than deep theoretical explanations. I hope you find this summary helpful for your projects!
Priorities and scheduling policies
Linux have 99 priorities for real-time: from 1 (lowest) to 99 (highest). However, you should avoid using 99 because there are some kernel threads working at that priority.
blog.moyano.pro



