uname -a ==> 2.6.18
tar xvfj linux-2.6.28.tar.bz2
cd linux-2.6.28
pwd => /usr/sr/linux-2.6.28
ls -al | more
make menuconfig ==> .config
cd /boot
cp config-2.6.18-1.2798.fc6xen /usr/src/linux-2.6.28
cd /usr/src/linux-2.6.28
pwd ==> /usr/src/linux-2.6.28
cp config-2.6.18-1.2798.fc6xen .config
make
확인 디렉토리 ==> ./arch/i386/boot/bzImage
확인 디렉토리 ==> /lib/modules/2.6.28
확인 디렉토리 ==> /boot/vmlinuz-2.6.28
make module_install ==> ./lib/modules/2.6.28
make install
확인 디렉토리 ==> /boot/vmlinuz-2.6.28
reboot
'리눅스' 카테고리의 다른 글
리눅스 mysql, apache, php설치 (0) | 2009.01.28 |
---|---|
리눅스 커널 패치 (0) | 2009.01.21 |
커널 컴파일순서 (0) | 2009.01.20 |
리눅스 kernel compile (0) | 2009.01.19 |
Linux 시스템 관리용 명령어 (0) | 2009.01.19 |