On Wed, 31 Oct 2001 15:14:46 +0100 Maik Hassel <[EMAIL PROTECTED]> wrote:
> Hi! > > Is it - in general - possible to increase the priority of the original linux > kernel, and if yes: How? increase the priority of the kernel???? well, the answer is yes and no. when calling kernel funktions, the funktions (or task) is finished before starting another task. So this means that you can not increase the priority of the original kernel in generel. You whould just move to another level. But it is possible to increase specific programs priority. You whould have to shift to root and use another scedular called SCHED_FIFO. (you might wont to read man sched_setscheduler) When using this priority scedular you can make it run faster and at higher priority. But it is still not a hard realtime operating system. you could also make a kernel module, give it a higher priority etc.... Anders Gnistrup > > Thanks a lot > Maik Hassel > > P.S: Please do a cc to my address > -- [rtl] --- > To unsubscribe: > echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR > echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] > -- > For more information on Real-Time Linux see: > http://www.rtlinux.org/ > > -- [rtl] --- To unsubscribe: echo "unsubscribe rtl" | mail [EMAIL PROTECTED] OR echo "unsubscribe rtl <Your_email>" | mail [EMAIL PROTECTED] -- For more information on Real-Time Linux see: http://www.rtlinux.org/
