<div class="gmail_quote">2012/1/13 david <span dir="ltr">&lt;<a href="mailto:gnome@hawaii.rr.com">gnome@hawaii.rr.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On 01/12/2012 06:15 AM, tee wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
<br>
On 10/01/2012 13:44, Paul Davis wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
2) the PREEMPT_RT kernel is substantially &quot;more realtime&quot; than any<br>
version of windows or OS X that you could lay your hands on. its more<br>
like an actual realtime OS than the kind of general purpose OS that<br>
regular Linux, Windows and OS X represent, though without actually<br>
being suitable (quite) for &quot;hard RT&quot; tasks.<br>
</blockquote>
<br>
if someone needs such a kernel for debian, they are available at<br>
<a href="http://pengutronix.de/software/linux-rt/debian_en.html" target="_blank">http://pengutronix.de/<u></u>software/linux-rt/debian_en.<u></u>html</a><br>
</blockquote>
<br></div>
I tried that once. Booting it just led to panics. I decided it didn&#39;t like my hardware for whatever reason.<br>
<br>
I&#39;m doing ok with the stock Debian Sid kernel, but I don&#39;t need latency as low as others might.</blockquote><div><br>Just to spread some KISS :-) <br>Compiling a debian RT kernel is quite straightforward.<br><br>
Download debian sources or vanilla ones from <a href="http://kernel.org">kernel.org</a><br>Patch according to your release ( <a href="http://www.kernel.org/pub/linux/kernel/projects/rt/">http://www.kernel.org/pub/linux/kernel/projects/rt/</a> )<br>
<br>Run `make oldconfig` inside the sources dir, you will probably be asked about configs in the newer kernel not found in .config-YOUR_RUNNING_KERNEL<br><br>Then follow the common workflow, run `make menuconfig`, at least change only the PREEMPT opt and seti it to &#39;complete preemption&#39;.<br>
<br>Create your linux-image debian package with make-kpkg (<a href="http://www.debian.org/releases/stable/i386/ch08s06.html.en">http://www.debian.org/releases/stable/i386/ch08s06.html.en</a>)<br><br>If your running kernel works this one will too 99.9%<br>
<br>my 0.02€<br>regards<br>-r<br><br><br></div></div>