Subject: Re: vmware kernel module
To: Scott Barron <sb125499@oak.cats.ohiou.edu>
From: Jared D. McNeill <jmcneill@invisible.yi.org>
List: port-i386
Date: 10/09/2001 22:36:38
On Tue, 9 Oct 2001, Scott Barron wrote:
> On a side note, has anyone had any luck running VMWare on i386?  I get an
> error stating it can't find /proc/cpuinfo and then it quits.  Any ideas?

Mount /proc with the '-o linux' option, ie:

  mount -t procfs -o linux /proc /proc

Hope this helps,
Jared