Juanito
Group: Members
Posts: 1601
Joined: Sep. 2005 |
|
Posted: Sep. 19 2006,05:08 |
|
I think you will need the following - you might not need all of them, but this way you'll be sure:
dsl-dpkg.dsl gcc1.dsl gnu-utils.dsl kernelsource.dsl linux-kernel-headers.dsl linux-2.4.26.tar.gz gcc-2.95
Then to get set up, load the dsl extensions and:
mkdir /usr/src chown dsl /usr/src cd /usr/src cp /path/linux-2.4.26.tar.gz /usr/src/ gunzip linux-2.4.26.tar.gz tar -xf linux-2.4.26.tar patch -p1 -d linux-2.4.26 < knoppix-kernel.patch apt-get install gcc-2.95
After this you'll be ready to apply your patch, create your module or whatever. After that:
cd /usr/src/linux make mrproper make oldconfig [I think the .config file from kernelsources is OK] make dep make bzImage [maybe?] make modules make modules-install
But after that, for a live CD or USB boot, I don't know what to do next...
'Hope this helps
|