From mboxrd@z Thu Jan 1 00:00:00 1970 Date: Tue, 4 Apr 2000 14:55:01 +0000 From: James A. Robinson jim.robinson@stanford.edu Subject: [9fans] VMWare Topicbox-Message-UUID: a0a7b428-eac8-11e9-9e20-41e7f4b1d025 Message-ID: <20000404145501.YLp9ha4kg3-zHdhILX8NbTsMkc9yeS4LT0fTDYStvkY@z> 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 To: 9fans <9fans@cse.psu.edu> 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@earthlink.net ------- End of Forwarded Message