Users of Caldera OpenLinux eServer 2.3 which have more than 2 GB of RAM will need to recompile their kernel. Under 'Processor type and features' you will need to select 2GB Maximum Physical Memory instead of 1GB. You probably want to ensure that the Processor family is PPro/6x86MX. Under 'General Setup' you will want to select BIGMEM support (this will allow the kernel to address up 4 GB). Under 'SCSI support' you will need to have 'SCSI support, SCSI disk, SCSI TAPE, SCSI CD-ROM' if applicable. You will then want to go to 'SCSI low-level drivers' and select the SCSI card that you boot off of, and 'build it in' rather than have it as a module. Your additional SCSI cards can remain as modules. If you want you can select other options in the kernel, but the default setting should be adquate. You will then want to recompile your kernel by typing 'make deps && make clean && make bzImage && make modules && make modules_install' When this is finished you will want to go to the 'arch/i386/boot/' folder. Your new kernel will be called bzImage. You will then want to copy it to /boot/. Once this is complete you will want to reconfigure lilo, you can look at the "System Administrators Guide" or type 'man lilo.conf' for help.