Best, Jesse Osiecki 919-792-8579 jessejosiecki.com
On Tue, Jun 17, 2014 at 4:03 AM, Geert Uytterhoeven <ge...@linux-m68k.org> wrote: > On Tue, Jun 17, 2014 at 9:52 AM, Finn Thain <fth...@telegraphics.com.au> > wrote: > > When you've got that down, you could install the m68k cross-compilers and > > build a mac kernel -- this process is a lot like the process of building > a > > native kernel; but it helps to learn both. > > Indeed. > > >> If all goes well I'd also like to put a guide out with the attached > >> working files that I used for others (specifically 630 users) who need > >> to do this as well, as > > > > When I get some time, I'll update the cross-compiling guide on > > mac.linux-m68k.org. It would be great if you could try them (when > ready). > > Quick start: > > Download cross-compiler from https://www.kernel.org/pub/tools/crosstool/ > Unpack it, point $PATH to it > git clone git:// > git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git > cd linux-m68k > git checkout m68k-v3.15 (if you don't want to run the latest rc) > make ARCH=m68k mac_defconfig (replace "mac" if not building for Mac) > make ARCH=m68k -j 4 > > All of the m68k *_defconfig files should give you a vmlinux with all > critical > drivers built-in. I've done some kernel compiling for myself on some good pc's, I'll set up some vm's and compile some more. Geert I appreciate the quickstart, you saved me some time for sure. > Gr{oetje,eeting}s, > > Geert > > -- > Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- > ge...@linux-m68k.org > > In personal conversations with technical people, I call myself a hacker. > But > when I'm talking to journalists I just say "programmer" or something like > that. > -- Linus Torvalds >