Re: AMIGA will use Linux, but Linux has several "multimedia-deficiencies"

Ralf Baechle (ralf@uni-koblenz.de)
Sun, 11 Jul 1999 00:33:05 +0200


On Sat, Jul 10, 1999 at 12:15:46PM -0400, Alexander Viro wrote:

> > But IRIX seems to be monolithic and handles realtime content quite well.
>
> Erm... First of all, RT != microkernel. And IIRC IRIX runs on boxen with
> very smart periphs.

Little of IRIX's RT capabilities have to do with smart hardware. They
offer POSIX RT stuff similar to Linux, RT file I/O on RT subvolumes of
XFS filesystems and sysmp(2) which allows to assign cpu(s) exclusivly
to certain processes, disable interrupt processing on them etc. such that
they are exclusivly running the application process. Actually the
latter is a solution which is suprisingly effective for relativly small
cost; it may be favourable for many cases to have something like this
in Linux and not RT-Linux.

Ralf

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/