Ben isnottelliong schrieb:
> Thanks! but, where might I find the nubus patched source code for 2.4.35?

You can fetch all 2.4 sources by CVS:
http://sourceforge.net/scm/?type=cvs&group_id=10972

e.g.
# mkdir linux-nubus-pmac

# cvs
-d:pserver:[email protected]:/cvsroot/nubus-pmac
login

# cvs -z3
-d:pserver:[email protected]:/cvsroot/nubus-pmac
checkout -r linux-2_4_35_1 linuxppc-2.4-nubus

Copy the kernel config file to the base directory of the kernel sources,
 then:

# make oldconfig

Copy the ramdisk file to arch/ppc/appleboot

# make zImage.initrd

If you're going to cross-compile you need to prefix all make commands
with CROSS_COMPILE=<base name of cross compiler> ARCH=ppc, e.g.

# make CROSS_COMPILE=powerpc-unknown-linux-gnu- ARCH=ppc oldconfig

As a side not the CVS tag 2_4_35_1 does not incorporate all changes done
by Tobias.
Checkout without the -r option or update your copy to "HEAD" if you like
to the test the latest changes as well.

HTH,

  Florian

------------------------------------------------------------------------------
_______________________________________________
Nubus-pmac-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nubus-pmac-users

Reply via email to