Arda Eden wrote:
I'm using my linux audio applications without any
problems. I think
i'm using a realtime kernel but i'm not sure.
Is there a way to understand if my kernel has realtime support or not.
Thanx.
--
Arda EDEN
Cumhuriyet University
Faculty of Fine Arts
Department of Music Technology
Sivas/TURKEY
if you type 'uname -a' in a terminal, you should know a lot about your
kernel. b.e. here:
nowhiskey@murija2:~$ uname -a
Linux murija2 2.6.23.11-rt14 #1 PREEMPT RT Sat Mar 8 01:14:58 CET 2008
i686 GNU/Linux
nowhiskey@murija2:~$
the '-rt..' indicates that this is a RT kernel.
cheers,
doc