Umax C600 (6400)

Peter Grehan grehan at freebsd.org
Mon Jul 12 23:30:31 PDT 2004


> Well, that'd explain a bunch.  So I 'spose the next question would
> be if the NetBSD loader can fire up a FreeBSD kernel.  I've used
> NetBSD's dosboot dos kernel loader before with FreeBSD, what are the
> odds it'll work on PPC as well?

  I just gave it a try on my eMac. The first problem is that NetBSD
passes the command line arg in the parameter that FreeBSD expects
the loader metadata to live. There's no real error checking on this,
so it results in a crash very early on in the boot.

  I disabled this test, and it managed to get a bit further in the
boot before crashing with an invalid instruction exception. This is
most likely a symptom of the NetBSD loader not doing an icache sync
somewhere along the line. That mightn't be too hard to locate.

later,

Peter.



More information about the freebsd-ppc mailing list