|
|
|
|
|
by jason_wo
1212 days ago
|
|
Yes you are correct. I am currently having a project, making Linux "as real-time as possible": locking memory with mlockall, isolating cores, preempt kernel patch, .... It is still not real-time because you have no guarantees, but you typically get a max jitter of 0.1 ms, which is good enough for my use case. You could use Linux without a MMU (uClinux), e.g. on a Cortex-M, but is a horribly experience and no standard program works. |
|
[0] https://bristot.me/demystifying-the-real-time-linux-latency/