On Thu, Mar 20, 2008 at 12:38 PM, Esben Stien <b0ef(a)esben-stien.name> wrote:
"Arda Eden" <ardaeden(a)gmail.com>
writes:
Is there a way to understand if my kernel has
realtime support or
not.
Looking at the name of the kernel is not a good idea;).
zcat /proc/config.gz | grep CONFIG_PREEMPT_RT
Good point but this does require that config.gz is configured in the
kernel itself as its existance is also an option..
- Mark