[EMAIL PROTECTED] wrote:
>
> Hi all
> pleas letme know how to install RT linux on my system. I have Redhat 5.2 in my
>system. I downloaded RTLinux also. Please help me in this regard.
>
First , you must know that RedHat come with packages and the kernel
package in the RedHat 5.2
is kernel 2.0.36.
In my case , I've download
ftp://rtlinux.cs.nmt.edu/pub/rtlinux/v2/releaseDfull.tgz
then I remove the link '/usr/src/linux'
then I uncompressed it in /usr/src (copy it to /usr/src then do 'tar
zxvf releaseDfull.tgz')
now you rename /usr/src/linux in /usr/src/linux/rtl-2.2.0
( 'mv /usr/src/linux /usr/src/linux/rtl-2.2.0')
and you link it to /usr/src/linux ( 'ln -s /usr/src/linux
/usr/src/linux/rtl-2.2.0' )
then 'cd /usr/src/linux' ; 'make xconfig' or 'make menuconfig' or 'make
config'
then 'make dep clean bzImage' to get a new kernel (with rt-linux layer)
in
'/usr/src/linux/arch/i386/boot/' called bzImage
then 'cd /usr/src/rtl' and 'make all'
Good Luck.
-- KUMSTA Christophe
-- <[EMAIL PROTECTED]>
-- real-time system developper
-- RT-Linux (Use the source luke)
--- [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/~rtlinux/