summaryrefslogtreecommitdiff
path: root/emulators/vmware2/files/Hints.FreeBSD
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2000-03-29 21:23:07 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2000-03-29 21:23:07 +0000
commit43878b4a179c309fc21f43dc94c28a0fb71017e2 (patch)
tree52d9096d3b4a4acc98fc3697008eccfc32ab4e52 /emulators/vmware2/files/Hints.FreeBSD
parentlibdjvu++ is AT&T's DjVu library from scanned images (diff)
Here comes the VMware 2.0 port, finally.
- Correspond to VMware 2.0 Build 476 release (not beta) - Support SMP kernel - Install VMware tools floppies (for Windows and Linux) - Add Hints.FreeBSD - Mention my unofficial `rtc' port on post-install - Raw disk may not work for the present - etc. Enjoy it!
Notes
Notes: svn path=/head/; revision=27126
Diffstat (limited to 'emulators/vmware2/files/Hints.FreeBSD')
-rw-r--r--emulators/vmware2/files/Hints.FreeBSD20
1 files changed, 20 insertions, 0 deletions
diff --git a/emulators/vmware2/files/Hints.FreeBSD b/emulators/vmware2/files/Hints.FreeBSD
new file mode 100644
index 000000000000..1b2c36a5fa7f
--- /dev/null
+++ b/emulators/vmware2/files/Hints.FreeBSD
@@ -0,0 +1,20 @@
+Here lists some useful hints on using VMware on FreeBSD.
+
+- Raw disk may not work. Use virtual disk instead.
+
+- Under FreeBSD, floppy device should be configured as follows:
+
+ Type: file
+ Path: /dev/rfd0
+
+(Obtain the write permission on /dev/rfd0 if you write floppy disks)
+
+- Consider making a link /compat/linux/tmp if your /tmp doesn't have
+sufficient free space or is slow. VMware uses /tmp to back the VM's
+memory.
+
+e.g.
+ ln -s /usr/tmp /compat/linux/tmp
+
+--
+Akinori -Aki- MUSHA <knu@idaemons.org>