2.4.20에서 2.4.23으로 업그레이드 할려고
커널 소스로 업그레이드햇습니다.
커널 소스 안에있는 Changes에 있는 버전대로
gcc-2.96, make-3.79, glibc-2.3.2 binutils-2.13 modutils-2.4.22
로 버전을 맞춘후 컴파일 하고 설치를 했습니다.
lilo.conf내용은
prompt
timeout=50
default=linux
boot=/dev/hda
map=/boot/map
install=/boot/boot.b
message=/boot/message
linear
image=/boot/vmlinuz
label=linux
initrd=/boot/initr
read-only
root=/dev/hda1
image=/boot/vmlinuz-2.4.23 <- 이부분을 추가했습니다.