From owner-freebsd-hackers@FreeBSD.ORG Fri Jul 2 23:55:57 2004 Return-Path: Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9303616A4CE for ; Fri, 2 Jul 2004 23:55:57 +0000 (GMT) Received: from outfbmx009.isp.belgacom.be (outfbmx009.isp.belgacom.be [195.238.2.198]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0AB4443D53 for ; Fri, 2 Jul 2004 23:55:57 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx017.isp.belgacom.be (outmx017.isp.belgacom.be [195.238.2.116]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i617qxu2000881 for ; Thu, 1 Jul 2004 09:52:59 +0200 (envelope-from ) Received: from outmx017.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i617qdgT015998 for ; Thu, 1 Jul 2004 09:52:39 +0200 (envelope-from ) Received: from lori.mine.nu (208-133.244.81.adsl.skynet.be [81.244.133.208]) with ESMTP id i617qUDO015909; Thu, 1 Jul 2004 09:52:30 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id C8F8A7E8; Thu, 1 Jul 2004 09:52:28 +0200 (CEST) Date: Thu, 1 Jul 2004 09:52:27 +0200 From: Geert Hendrickx To: Martin Olsson Message-ID: <20040701075227.GB97086@lori.mine.nu> References: <40E1CAAD.3000303@minimum.se> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <40E1CAAD.3000303@minimum.se> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-hackers@freebsd.org Subject: Re: FreeBSD and MacOS X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 02 Jul 2004 23:55:57 -0000 On Tue, Jun 29, 2004 at 10:01:49PM +0200, Martin Olsson wrote: > Hi, > > * MacOS X is based on FreeBSD > * there is a x86 kernel for FreeBSD > > Does that mean I can buy a copy of MacOS X, download an x86 kernel for > freeBSD, do some (or quite alot of) hacking and then get MacOS X running > on my PC? > > I realize that such hacking would be quite substantial but maybe if I > forgot about audio and all that, just how much work would it be? Could > it be done? > > > Sincerly, > Martin Olsson I think you are misunderstanding something: the kernel is not the only architecture-dependent part of an operating system. You would have to port the entire OS X, most of which is closed source. GH