Operating instructions
2.6 LILO Configuration
My RH installation uses the grub loader instead of lilo. Therefore, all I did was
modify the grub configuration file at /etc/grub.conf by adding the following lines:
title=RTLINUX (2.4.20-rtl3.2-pre2)
root (hd0,0)
kernel /vmlinuz-2.4.20-rtl3.2-pre2 ro root=/dev/hda6
(hd0,0) corresponds to the first (hd0) physical disk drive's first (0) partition. It
should be the partition where the boot file system (/boot) resides. It may be
different on your machine.
In my setup /dev/hda6 is where the root file system (/) resides. It may be different
on your machine. A "df" command will show you where the file systems reside.
2.7 RTLinux Configuration
I made no changes to the default configuration.
2.8 RTLinux Installation
Issue the following command after "make modules modules_install":
make install
2.9 Reboot
If you are using the grub loader, skip the lilo command.
2.10 Regression test
I get a large number of warnings and the fp_test fails. I think these can be safely
ignored.