From owner-freebsd-hackers Wed Dec 10 16:18:36 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id QAA08075 for hackers-outgoing; Wed, 10 Dec 1997 16:18:36 -0800 (PST) (envelope-from owner-freebsd-hackers) Received: from smtp03.primenet.com (smtp03.primenet.com [206.165.6.133]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id QAA08066 for ; Wed, 10 Dec 1997 16:18:30 -0800 (PST) (envelope-from tlambert@usr02.primenet.com) Received: (from daemon@localhost) by smtp03.primenet.com (8.8.8/8.8.8) id RAA23428; Wed, 10 Dec 1997 17:31:25 -0700 (MST) Received: from usr02.primenet.com(206.165.6.202) via SMTP by smtp03.primenet.com, id smtpd023403; Wed Dec 10 17:31:20 1997 Received: (from tlambert@localhost) by usr02.primenet.com (8.8.5/8.8.5) id RAA29759; Wed, 10 Dec 1997 17:17:49 -0700 (MST) From: Terry Lambert Message-Id: <199712110017.RAA29759@usr02.primenet.com> Subject: Re: OS Ports To: jamil@acroal.com (J. Weatherbee - Senior Systems Architect) Date: Thu, 11 Dec 1997 00:17:49 +0000 (GMT) Cc: tlambert@primenet.com, jasone@canonware.com, hackers@freebsd.org In-Reply-To: from "J. Weatherbee - Senior Systems Architect" at Dec 10, 97 04:05:40 pm X-Mailer: ELM [version 2.4 PL23] Content-Type: text Sender: owner-freebsd-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > I've actually been getting pretty serious about maybye doing a M68300 > emulator, I.E. 68330, 68331, 68332, 68F33, 68334, 68336, 68340, 68341, > 68349, or 68360 emulator. Simply because I have some very good > familiarity with the 68hc11 series. And the 68300's are actually still > being made all of the above for embedded systems (running up to 25Mhz). > This makes it a little more testable. I'm more interested in the standard processors used in Macintosh, Amiga, and HP/Apollo systems, as far as Motorolla goes. The PPC is mildly interesting (it used to be very interesting until Steve Jobs basically murdered Apple out of nostalgia). The MMU/FPU versions of the chips (030/040) are more interesting because BSD requires paged memory management and (to some extent, and for no good reason) an FPU. The reason this is interesting is that there are already BSD's that run on them with which the emulator can attempt to be binary compatible. AFAIK, there's no NetBSD (for example) for the processors you list. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.