Re: creating kernel debs on other architectures

2004-07-26 Thread Martin-Éric Racine
On Sat, 24 Jul 2004, Ondrej Certik wrote: > Hello, > > I have a slow powerpc mac and a fast i386 machine. I know how to > crosscompile the kernel on the i386 (just change ARCH and CROSS_COMPILE > variables in the top Makefile) and do "make zImage" but then I must > move all the modules to the ppc

creating kernel debs on other architectures

2004-07-24 Thread Ondrej Certik
Hello, I have a slow powerpc mac and a fast i386 machine. I know how to crosscompile the kernel on the i386 (just change ARCH and CROSS_COMPILE variables in the top Makefile) and do "make zImage" but then I must move all the modules to the ppc by hand. Better way is to crosscompile it using make-k