From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.34) id 1BOVhn-0005BN-3R for qemu-devel@nongnu.org; Fri, 14 May 2004 01:57:59 -0400 Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.34) id 1BOVgl-0004aS-In for qemu-devel@nongnu.org; Fri, 14 May 2004 01:57:33 -0400 Received: from [194.90.9.21] (helo=mxout2.netvision.net.il) by monty-python.gnu.org with esmtp (Exim 4.34) id 1BOVgR-0004IB-RP for qemu-devel@nongnu.org; Fri, 14 May 2004 01:56:36 -0400 Received: from [192.168.1.16] ([217.132.222.248]) by mxout2.netvision.net.il (iPlanet Messaging Server 5.2 HotFix 1.21 (built Sep 8 2003)) with ESMTPA id <0HXO009RDWI860@mxout2.netvision.net.il> for qemu-devel@nongnu.org; Fri, 14 May 2004 08:56:33 +0300 (IDT) Date: Fri, 14 May 2004 08:56:27 +0200 From: Hetz Ben Hamo Subject: Re: [Qemu-devel] Win98 tun networking - This is what works for me In-reply-to: <40A42226.7050507@murga.org> Message-id: <40A46D9B.5060603@witch.dyndns.org> MIME-version: 1.0 Content-type: text/plain; charset=us-ascii; format=flowed Content-transfer-encoding: 7BIT References: <40A42226.7050507@murga.org> 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 > Now I just need a decent video driver for this :-) Here's what David Holm posted, and it seems to work: These are the steps recommended by Christophe Bothany on the Bochs mailinglist after they added support for truecolor to the VGABIOS: "- install win95 with the vga driver. - download sdd 7 beta from http://www.majorgeeks.com/download382.html - download pmhelp.vxd from http://unununium.org/viewcvs/snap/redist/release/pmhelp.vxd - copy pmhelp.vxd to the win95 system directory - install sdd7" After everything works for you, you can kick out the sdd stuff from the startup registry (run: msconfig, click on startup and uncheck the sdd stuff. After all, you can't really register the product). Thanks, Hetz