On Wed, Aug 22, 2001 at 12:37:50PM -0400, Mike McGuire wrote: > Yeah, that's it, I guess. Maybe they got it right the first time. :) > One minor problem (too minor to bother fixing, apparently) is that > the kernel makefile changed slightly somewhere between 2.4.3 and now. > So the patch fails on a chunk of Makefile. Editing by hand works. If > you're trying and don't quite know how to do that, here's what it > should look like: > > ... > > CORE_FILES =kernel/kernel.o mm/mm.o fs/fs.o ipc/ipc.o > NETWORKS =net/network.o > CRYPTO =crypto/crypto.o > > LIBS =$(TOPDIR)/lib/lib.a > SUBDIRS =kernel drivers mm fs net ipc lib crypto > > DRIVERS-n := >
Cheers Mike, I'd always assumed there was more to it than that, so I'd not tried before... I should be more eager to my hands dirty in future :) Anyways, I now have a patch against 2.4.9 together, so I'm happy now! Iain