9fans archive / 2000 / 04 / 7 /    prev next

From: James A. Robinson jim.robinson@sta...
Subject: [9fans] VMWare
Date: Tue, 4 Apr 2000 14:55:01 GMT

I don't remember a VNC port, but I did see this post from David Bulkow
about getting VNC to work with Plan 9.  I don't know if he got the
network working.

------- Forwarded Message

Date:    Thu, 23 Dec 1999 18:54:42 -0500
From:    David Bulkow <dbul@ear...>
To:      9fans <9fans@cse...>
Subject: [9fans] plan9 on vmware

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...


------- End of Forwarded Message