mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 02:17:36 +08:00
3.2 KiB
3.2 KiB
Installing Windows 3.X in DOSBox-X
(instructions tested against dosbox-x-windows-20180901-124401-windows.zip
)
Remarks
Mouse
For the mouse to work after Windows installation, either of the following scenarios has to be met:
Scenario 1
- Mouse integration driver is not installed
- Mouse is captured with Ctrl+F10
- DOSBox-X has been reset at least once with F11+R
Scenario 2
- Mouse integration driver is installed and defined in dosbox-x.conf
- DOSBox-X has been reset at least once with F11+R
Video
This guide assumes you are using the default DOSBox-X machine svga_s3
for which DOSBox-X sets video memory to 512Kb
by default. To use higher resolutions and color depths, adjust vmemsize
in [dosbox]
accordingly to your needs (see dosbox-x.reference.conf
).
Installation
Windows 3.1
- download and extract DOSBox-X
- next to
DOSBox-X.exe
, create aVirtualHD
directory - inside
VirtualHD
create aWINSETUP
directory - extract Windows 3.1 floppies into it (7-Zip can extract IMG files)
- next to
DOSBox-x.exe
create adosbox-x.conf
with the following content:
[cpu]
cycles=25000
integration device=true
[sblaster]
irq=5
[autoexec]
@ECHO OFF
PATH=%PATH%;C:\WINDOWS
MOUNT C .\VirtualHD
C:
- start DOSBox-X
- launch Windows installation
C:\WINSETUP\SETUP.EXE
- install Windows using
Express Setup (Recommended)
option - follow the installation instructions
- when asked, reboot, start Windows by typing
WIN
Mouse integration driver
- launch
Windows Setup
program - open menu item
Options\Change System Settings
- in
Mouse
, pickOther mouse (Requires disk from OEM)...
- type location to where you've extracted the driver and press
OK
DOSBox-X Mouse Pointer Integration
is selected by default
- press
OK
- press
OK
again - press
Restart Windows
S3 video driver
- launch
Windows Setup
program - open menu item
Options\Change System Settings
- in
Display
, pickOther display (Requires disk from OEM)...
- type location to where you've extracted the driver and press
OK
S3 Trio64V 1.70.04 640x480 256
is selected by default
- press
OK
- press
OK
again - when asked for the driver location again, type
C:\WINDOWS\SYSTEM
- press
OK
- press
Restart Windows
Sound Blaster 16 sound driver
- installation must be done from command-prompt, exit Windows if not already
cd
to where you've extract the driver and runINSTALL.EXE
- choose
Full Installation (Recommended)
- follow installation instructions
- when asked to overwrite some files, choose
Backup
- restart DOSBox-X
- start Windows
- the installer finishes with setting up the group of audio software for Windows
Links
Here are some extra references to further tweak your installation:
Tip : backup your working installation before attempting to install other drivers.