
This directory contains the MOL-patches for various kernels.
For information how to apply them, refer to the PATCHING
document.

Note that in general, it is not necessary to apply any 
of these patches (except for 603 owners) since MOL can patch 
2.2 kernels at runtime.

mol-kernel-2.2.15pre4.patch:

	This patch is made against Paul's 2.2.15pre4 kernel.
	The kernel source can be downloaded using rsync:

	   base$ rsync -avz linuxcare.com.au::linux-pmac-stable <destdir>

	This patch is also known to be compatible with BenH's kernel:

	   bash$ rsync -avz linuxcare.com.au::linux-pmac-benh <destination>

mol-kernel-2.2.10.patch:

	This patch is made against the standard 2.2.10 kernel 
	(from ftp.kernel.org).

Unsupported/mol-kernel-2.2.6.patch:

	This patch is made agains the standard 2.2.6 kernel 
	(from ftp.kernel.org). The 2.2.6 kernel is NOT recommended.
	If you do use this kernel, then you should modify the line
	
		#define STACK_UNDERHEAD 0

	in 'mol/kernel_module/include/asm_util.h' to

		#define STACK_UNDERHEAD 64
	
	and recompile mol. Failing to do this might cause various
	problems.

