VirtualBox的DOS和Win3.x驱动。
VBSF.EXE用于访问VBox的共享文件夹。建议将CONFIG.SYS的LASTDRIVE=改为Z。运行VBSF.EXE会将VBox的共享文件夹中标记为“自动挂载”的目录挂载为V盘。此驱动还支持其他选项:
The driver supports the following actions, too:
install installs the driver (i.e. the same as if you run vbsf). vbsf install low can be used to force installation in conventional memory; by default, it tries to use a DOS UMB block.
uninstall uninstalls the driver.
list shows currently mounted drives as well as all available shared folders.
mount FOLDER X: can be used to mount a non-automatic shared folder at a specific drive, or to mount a specific shared folder on multiple drives.
This command supports the following mount options:
/hash <n> enables the automatic generation of short/hashed DOS filenames for long filenames from the host, and uses n as the number of digits reserved for the hash portion of short filenames.
By default, generation of short filenames is enabled using 3 digits for the hash, so long filenames will look like LONG~20B.TXT in DOS. Use /nohash to disable, in which case long filenames from the host will not appear in DOS.
/upper will also generate short/hashed filenames for any file in host whose filename has any lowercase character.
This may be useful for host OSes with case sensitive filesystems, where there are two or more files with filenames that differ only in case. Without this option, the two files cannot be distinguished and may be accidentally overwritten by DOS.
/host uses short filenames directly from the host OS, without any translations.
This is only useful in host OSes that support storing short filenames separately, like Windows hosts, and usually only if you expect to use the same filesystem with a different OS later on.
remount X: changes the options of a currently mounted drive. See the mount command for details on options. Any option set previously can be disabled with a corresponding /noopt, e.g., /nohost.
unmount X: unmounts a specific drive.
rescan unmounts all shared folders, gets the new list of shared folders from VirtualBox and performs automounts again. You must run this command if you change the shared folder definitions while the driver is running, otherwise you are likely to get mysterious failures.
VBMOUSE.EXE是DOS下的鼠标驱动,支持VMWare和VirtualBox。
VBMOUSE.DRV是用于Windows 3.x的鼠标驱动,在VMware和VirtualBox中可以实现鼠标无缝切换。可通过修改SYSTEM.INI的MOUSE.DRV项来加载。使用这个驱动的话,每次进入Win3.x前需要先在DOS下运行VBMOUSE.EXE才行,否则无法加载。
下载:https://upload.cn-dos.net/img/2503.img
源码仓库:https://git.javispedro.com/cgit/vbados.git/about/
Last edited by startmenu on 2026-1-9 at 11:01 ]