From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1JTc4z-00068a-VC for qemu-devel@nongnu.org; Mon, 25 Feb 2008 07:05:09 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1JTc4y-00068I-Ar for qemu-devel@nongnu.org; Mon, 25 Feb 2008 07:05:09 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1JTc4y-00068F-7u for qemu-devel@nongnu.org; Mon, 25 Feb 2008 07:05:08 -0500 Received: from mail.codesourcery.com ([65.74.133.4]) by monty-python.gnu.org with esmtps (TLS-1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.60) (envelope-from ) id 1JTc4x-0007g5-UA for qemu-devel@nongnu.org; Mon, 25 Feb 2008 07:05:08 -0500 From: Paul Brook Subject: Re: [Qemu-devel] [PATCH 4/9] AppleSMC device Date: Mon, 25 Feb 2008 12:05:01 +0000 References: <47839549.2000604@csgraf.de> <200802242357.31763.rob@landley.net> In-Reply-To: <200802242357.31763.rob@landley.net> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200802251205.03390.paul@codesourcery.com> Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Cc: Alexander Graf On Monday 25 February 2008, Rob Landley wrote: > On Tuesday 08 January 2008 09:22:49 Alexander Graf wrote: > > Apples hardware dongle sits withing the fan control. To get Mac OS X up > > and running, this control device needs to be emulated and given the > > correct dongle key. This key has to be given via the command line. > > How is the key obtained? I have access to a couple of macintoshes, but I > don't know what code to run on them to snapshot the key? Two minutes with google suggests the correct values are: OSK0 [ch8*] (bytes 6f 75 72 68 61 72 64 77 6f 72 6b 62 79 74 68 65 73 65 77 6f 72 64 73 67 75 61 72 64 65 64 70 6c) OSK1 [ch8*] (bytes 65 61 73 65 64 6f 6e 74 73 74 65 61 6c 28 63 29 41 70 70 6c 65 43 6f 6d 70 75 74 65 72 49 6e 63) Which are obviously not machine specific values. Paul