Subject: Re: That Legendary PC/Windows Emulation
To: Gabor Nyeki <bigmac@home.sirklabs.hu>
From: Lubos Vrbka <shnek@ncbr.chemi.muni.cz>
List: netbsd-help
Date: 06/09/2003 23:36:27
dear gabor,

>   VMware was my last choice.  I tried the 2.x and the 3.x version too.
> 2.x couldn't boot my virtual PC.  It cried for /proc/cpuinfo - which I
> didn't know how to create (under /emul/linux of course).
you can solve this by adding/modifying following line to your /etc/fstab

	procfs /proc procfs rw,linux 0 0

the linux option is important, it'll give you the procinfo and some other stuff; you can do it also manually using

	mount_procfs -o linux /proc /proc

it'll work then...

hth,
lubos

-- 
#################################################
Lubos Vrbka
National Centre for Biomolecular Research
Masaryk university, Brno, Czech Republic

shnek@chemi.muni.cz
http://www.chemi.muni.cz/~shnek
tel. +420 541 129 508
################################################