If I do the following command on my standard Linux Mint installation:
comp ~ $ ps -eo rtprio,nice,cmd
RTPRIO NI CMD
...
99 - [migration/0]
99 - [watchdog/0]
99 - [migration/1]
- 0 [ksoftirqd/1]
99 - [watchdog/1]
I get some of the processes with realtime priority of 99.
What is the meaning of rtprio in a non real time Linux?
Does this mean that if I just run a program with rtprio 99 it runs real time?
Where do real time OSes fall in this story?