From mboxrd@z Thu Jan 1 00:00:00 1970 Message-Id: <200102071706.MAA32735@smtp4.fas.harvard.edu> To: 9fans@cse.psu.edu, k.j.nash@usa.net Subject: Re: [9fans] ATI Xpert98 "OEM" Edition - doesn't work with Plan9 From: "Russ Cox" MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Wed, 7 Feb 2001 12:06:35 -0500 Topicbox-Message-UUID: 5ba7a418-eac9-11e9-9e20-41e7f4b1d025 The Xpert98 should work; hopefully all that's wrong is the recognition of the card for what it is. After making the boot disk, edit a:\vgadb and look for the section with all the Mach64 entries. Add the marked line (without the >>>) 0xC0000-0xC0200="MACH64GB" 0xC0000-0xC0200="MACH64GM" >>> 0xC0000-0xC0200="MACH64GR" 0xC0000-0xC0200="MACH64GZ" and try booting again. Russ