I am just getting started on real time Linux systems, and two different methods seem to be available:
- Configuring the CONFIG_RT_GROUP_SCHED parameter in a "normal" Linux kernel
- Applying the PREEMPT_RT patch to a "normal" Linux kernel
I do not seem to be able to grasp the difference between the two. Do they offer alternative solutions to the same problem? Are they even at the same logical level?
Thank you in advance.