From: Gwenole B. <gb...@di...> - 2001-09-18 06:49:55
|
On Mon, 17 Sep 2001, Ben Collins wrote: > So I thought a nice emulator running on my PIII would do well, and > even better if I could run it without X once linux was installed (and > ssh to the system :) A better solution is to setup a cross-compiling environment. It would be faster than running (though you can't) it under an emulated environment, even with a JIT compiler. I know, in the past, the kernel for Linux/mac68k [debian] was cross-compiled. You can setup a similar thing for compiling the glibc. Note that you will need kernel headers, binutils configured to target m68k, and obviously the compiler. Random links: <http://gfs.lcse.umn.edu/~grant/Linux/cross.html> <http://penguinppc.org/embedded/cross-compiling/> > Problem is, it doesn't seem that any of the m68k emulators have mmu > support, which means no Linux. Anyone worked on or working on this? I don't know anyone working on MMU support. *I* don't intend to do that either. If I had time, I'd better toying with a PPC core. Everything gets simplified if MacOS can run it in real addressing mode. ;-) Bye, Gwenole. |