>Can someone provide details for how to make the patch for the low
>latency kernel please?

you don't *make* a patch unless you're a kernel hacker. 
you can get Andrew Morton's patch(es) from somewhere under:

    http://www.uow.edu.au/~andrewm/linux/

you apply it like any other kernel patch:

    cd /usr/src
    patch -p0 < thispatch

then rebuild your kernel.

--p

Reply via email to