9fans archive / 1999 / 12 / 29 /    prev next

From: jmk@pla... jmk@pla...
Subject: [9fans] plan9 on vmware
Date: Fri, 24 Dec 1999 10:19:09 -0500

This is a multi-part message in MIME format.
--upas-bjghlcedeffmgwmhktwefcqagi
Content-Disposition: inline
Content-Type: text/plain; charset="US-ASCII"
Content-Transfer-Encoding: 7bit

The new ATA driver which we hope to have in the coming release
doesn't attempt to set read-ahead. It's also more careful about
dealing with errors.

--upas-bjghlcedeffmgwmhktwefcqagi
Content-Type: message/rfc822
Content-Disposition: inline

Received: from plan9.cs.bell-labs.com ([135.104.9.2]) by plan9; Fri Dec 24 00:23:15 EST 1999
Received: from cse.psu.edu ([130.203.3.50]) by plan9; Fri Dec 24 00:23:13 EST 1999
Received: from localhost (majordom@localhost)
	by cse.psu.edu (8.8.8/8.8.8) with SMTP id AAA14875;
	Fri, 24 Dec 1999 00:04:17 -0500 (EST)
Received: by claven.cse.psu.edu (bulk_mailer v1.5); Fri, 24 Dec 1999 00:03:37 -0500
Received: (from majordom@localhost)
	by cse.psu.edu (8.8.8/8.8.8) id AAA14830
	for 9fans-outgoing; Fri, 24 Dec 1999 00:03:31 -0500 (EST)
X-Authentication-Warning: claven.cse.psu.edu: majordom set sender to owner-9fans using -f
Received: from solace.valinor (dialup-63.210.136.96.Boston1.Level3.net [63.210.136.96])
	by cse.psu.edu (8.8.8/8.8.8) with ESMTP id AAA14826
	for <9fans@cse...>; Fri, 24 Dec 1999 00:03:26 -0500 (EST)
Received: from earthlink.net (valimar-ir.valinor [192.168.42.11])
	by solace.valinor (8.9.3/8.8.7) with ESMTP id SAA22207
	for <9fans@cse...>; Thu, 23 Dec 1999 18:56:03 -0500
Message-ID: <3862B642.3E9A2282@ear...>
Date: Thu, 23 Dec 1999 18:54:42 -0500
From: David Bulkow <dbul@ear...>
X-Mailer: Mozilla 4.7 [en] (Win98; U)
X-Accept-Language: en
MIME-Version: 1.0
To: 9fans <9fans@cse...>
Subject: [9fans] plan9 on vmware
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit
Sender: owner-9fans@cse...
Reply-To: 9fans@cse...
Precedence: bulk

I have finally managed to boot Plan9 in a VMware configuration.  The problem I
ran into was the IDE driver attempting to set "read ahead mode".  After the
command to set the feature, the IDE device status register indicates an error -
the error register indicates Abort.  Once the abort error is posted, the driver
can no longer access the device and the boot fails.

I did not attempt to fix the problem correctly, but instead took a short cut and

commented out the call which sets read ahead mode.  Performance appears
acceptable.

In boot/pc/hard.c comment out the call to hardsetbuf().  In 9/pc/devata.c
comment out the call to atafeature().

My next goal is to get ethernet working so I can have the VMware machines
participate in the rest of the Plan9 environment.

dbul@ear...

--upas-bjghlcedeffmgwmhktwefcqagi--