From owner-freebsd-current@FreeBSD.ORG Sun Jul 27 21:31:59 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B9DD937B401; Sun, 27 Jul 2003 21:31:59 -0700 (PDT) Received: from wantadilla.lemis.com (wantadilla.lemis.com [192.109.197.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B1F943F75; Sun, 27 Jul 2003 21:31:58 -0700 (PDT) (envelope-from grog@lemis.com) Received: by wantadilla.lemis.com (Postfix, from userid 1004) id 8A213526F6; Mon, 28 Jul 2003 14:01:55 +0930 (CST) Date: Mon, 28 Jul 2003 14:01:55 +0930 From: Greg 'groggy' Lehey To: "M. Warner Losh" Message-ID: <20030728043155.GV45069@wantadilla.lemis.com> References: <20030728040929.GS45069@wantadilla.lemis.com> <20030727.221129.133232888.imp@bsdimp.com> <20030728041557.GU45069@wantadilla.lemis.com> <20030727.221732.31302907.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="iAq/E3df7QH9m+R5" Content-Disposition: inline In-Reply-To: <20030727.221732.31302907.imp@bsdimp.com> User-Agent: Mutt/1.4i Organization: LEMIS, PO Box 460, Echunga SA 5153, Australia Phone: +61-8-8388-8286 Fax: +61-8-8388-8725 Mobile: +61-418-838-708 WWW-Home-Page: http://www.lemis.com/~grog X-PGP-Fingerprint: 9A1B 8202 BCCE B846 F92F 09AC 22E6 F290 507A 4223 cc: FreeBSD-current@freebsd.org cc: freebsd-mobile@freebsd.org Subject: Re: Mapping Video BIOS? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 28 Jul 2003 04:32:00 -0000 --iAq/E3df7QH9m+R5 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Sunday, 27 July 2003 at 22:17:32 -0600, M. Warner Losh wrote: > In message: <20030728041557.GU45069@wantadilla.lemis.com> > "Greg 'groggy' Lehey" writes: >> On Sunday, 27 July 2003 at 22:11:29 -0600, M. Warner Losh wrote: >>> Where are you getting the data? A windows tool? >> >> If you're talking about the BIOS contents I'm printing, yes, I'm using >> a Microsoft tool called DEBUG (which has been around since before >> Microsoft bought DOS :-). > > I don't suppose that you could use FreeBSD's /dev/mem + od? Yup, can do. # dd if=/dev/mem bs=64k skip=12 count=1 | hd | less 00000000 55 aa 78 e9 44 06 00 00 00 00 00 00 00 00 00 00 |U.x.D...........| 00000010 00 00 00 00 00 00 00 00 68 01 00 00 00 00 49 42 |........h.....IB| ... 0000bff0 04 03 80 00 0c 00 00 00 20 00 10 0b 3e 00 02 40 |........ ...>..@| 0000c000 ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff |................| * 00010000 That's pretty much what I expected. Up to offset bff0, it's identical with the Microsoft dump. Greg -- Finger grog@lemis.com for PGP public key See complete headers for address and phone numbers --iAq/E3df7QH9m+R5 Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (FreeBSD) iD8DBQE/JKc7IubykFB6QiMRAg0/AJ0fz9zHIUm7VC9V6C/X7Tshy/xACQCgpiRQ a6WgpM4F41dxrvGxHQghEGQ= =Rmua -----END PGP SIGNATURE----- --iAq/E3df7QH9m+R5--