25.4.使用 VirtualBox™ 安装 FreeBSD
# cd /usr/ports/emulators/virtualbox-ose-additions && make install cleanvboxguest_enable="YES"
vboxservice_enable="YES"vboxservice_flags="--disable-timesync"最后更新于
Section "Device"
Identifier "Card0"
Driver "vboxvideo"
VendorName "InnoTek Systemberatung GmbH"
BoardName "VirtualBox Graphics Adapter"
EndSectionSection "InputDevice"
Identifier "Mouse0"
Driver "vboxmouse"
EndSection# vboxmanage sharedfolder add 'BSDBox' --name myshare --hostpath /mnt/bsdboxshare# mount_vboxvfs -w myshare /mnt