Please read the file COPYING for licensing information.

This directory contains the following:

1. lilo.tgz : the source code of the Linux Loader: LILO
2. patch_lilo-i2o.gz : the patch which lets LILO be used with I2O devices.
3. lilo-i2o : LILO executable generated from the above sourcei (1 & 2). for more information read the documenation provided with this CD.
4. patch_lilo-i2o-hack.gz : The patch which make LILO always look at the I2O device. (i.e it ignores the existence of IDE devices.) 
5. lilo-i2o-hack: LILO executable genrated from the above sources (1 & 4).


To generate the lilo-i2o executable:

1. tar zxvf lilo.tgz
2. cd ./lilo
3. zcat ../patch_lilo-i2o.gz | patch -p1
4. make
5. cp lilo ../lilo-i2o


To generate the lilo-i2o-hack executable:

1. tar zxvf lilo.tgz
2. cd ./lilo
3. zcat ../patch_lilo-i2o-hack.gz | patch -p1
4. make
5. cp lilo ../lilo-i2o-hack

