diff --git a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt index 976be263..8f7bb3df 100644 --- a/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt +++ b/agc_2-X/trunk/docs/SCRATCH_INSTALL.txt @@ -176,11 +176,11 @@ compile the 2.4 kernel that comes with Slackware(2.4.31) start with OPTION 2: OPTION 1: compile Linux kernel 2.6.17 *RECOMMENDED* 1. cd /usr/src -2. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.18.tar.gz -3. gunzip linux-2.6.18.tar.gz -4. tar xvf linux-2.6.18.tar +2. wget http://www.kernel.org/pub/linux/kernel/v2.6/linux-2.6.17.13.tar.gz +3. gunzip linux-2.6.17.13.tar.gz +4. tar xvf linux-2.6.17.13.tar 5. mv -f /usr/src/linux /usr/src/linux-old -6. ln -s /usr/src/linux-2.6.18 /usr/src/linux +6. ln -s /usr/src/linux-2.6.17.13 /usr/src/linux 7. make mrproper # prep for kernel assembly 8. make menuconfig # launch configuration menu app (this part is very dependant upon your own hardware) @@ -242,7 +242,7 @@ OPTION 1: compile Linux kernel 2.6.17 *RECOMMENDED* 9. make clean # clean up the kernel build areas 10. make bzImage # create a kernel bzImage 11. make modules # build the modules into the image -12. make modules_install # install kernel modules +12. make modules_install # install kernel modules 13. cp arch/i386/boot/bzImage /boot/bzImage-XXXX # copy image (put whatever you want in XXXX, that is your new kernel name) 14. cp System.map /boot/System.map-XXXX # copy system map