mhkernel
- The motivation behind this patch was the need to apply up to 5 patches to a
vanilla kernel just to get most of the stuff on my board (P4P800 Deluxe) working.
So i made one big patch which includes some modifications i did myself to the kernel.
Installation
- Download a vanilla kernel matching the mhkernel patch from here
- Extract the archive to /usr/src/linux-2.4.$VERSION
- Copy the patch to /usr/src
- cd into /usr/src/linux-2.4.$VERSION
- Apply the patch with the command:
bzcat ../mhkernel1_2.4.22.patch.bz2 |patch -p1
- Download
-