Download FreeDOS legacy files:
Download Windows 3.11
- Create folder structure for system
π dosbox-images
π system
π setup
π FreeDOS
π FD14BOOT.img
π FD14LGCY.iso
π Windows
π MSBOB
π WINDOWS
π MSAPPS
π SYSTEM
π TEMP
π _DEFAULT
π _IU14D2N.TMP
π [...]
π 256COLOR.BM_
π 386MAX.VX_
π 1252_UNI.00_
π 8514.DR_
π 8514FIX.FO_
π 8514OEM.FO_
π [...]
- Start DosBox
- Mount your main system folder to
C:
mount C "..\dosbox-images\system"- Mount the FreeDOS floppy
imgmount a FD14BOOT.img -t floppy- Mount FreeDOS CD
imgmount d FD14LGCY.iso -t iso- Change to floppy and start install
A:
SETUP.BAT- Follow instructions to install FreeDOS
- Start DosBox-X
- Create blank image
In DosBox, type the command:
imgmake c.img -t hd_2gigOr create the image locally in Windows using Powershell and move it to DosBox:
fsutil file createnew c.img 2147483648- Mount folder with temp files such as FreeDOS
mount M "..\dosbox-images\system"- Mount the newly created
c.img
cd M:\
imgmount 2 c.img -fs none -size 512,63,16,1300- Mount the FreeDOS floppy
cd M:\setup\freedos
imgmount a FD14BOOT.img -t floppy- Mount FreeDOS CD:
cd M:\setup\freedos
imgmount d FD14LGCY.iso -t iso- Start FreeDOS:
boot FD14BOOT.imgYou can also boot both the .img to floppy and iso to CD:
boot FD14BOOT.img FD14LGCY.isoIf you want to run FreeDOS, use the following command. For the -size values:
512= bytes per sector63= sectors per track16= heads per cylinder520= number of cylinders
imgmount 2 c.img -t hdd -size 512,63,16,520 -ide 1m
boot -l cIf you only want to look at files:
imgmount c c.img -t hdd -fs fat -offset 32256[sdl]
fullscreen=false
fulldouble=false
fullresolution=desktop
windowresolution=original
output=opengl
[dosbox]
machine=svga_s3
captures=capture
memsize=32
[render]
frameskip=0
aspect=true
scaler=normal2x
[cpu]
core=dynamic
cputype=auto
cycles=max
cycleup=500
cycledown=20%
[mixer]
nosound=false
rate=44100
blocksize=2048
prebuffer=20
[midi]
mpu401=intelligent
mididevice=default
[sblaster]
sbtype=sb16
sbbase=220
irq=7
dma=1
hdma=5
mixer=true
oplmode=auto
oplemu=default
oplrate=44100
[gus]
gus=false
[speaker]
pcspeaker=true
pcrate=44100
tandy=auto
tandyrate=44100
disney=true
[joystick]
joysticktype=auto
[serial]
serial1=dummy
serial2=dummy
serial3=disabled
serial4=disabled
[dos]
xms=true
ems=true
umb=true
keyboardlayout=auto
[ipx]
ipx=false
[autoexec]
# #
# Autoexec section runs every time DOSBox starts
# You can mount your FreeDOS disk image and ISO here
# #
imgmount 2 c.img -t hdd -size 512,63,16,520 -ide 1m
boot -l c
# Example: mount hard disk image as drive C
# imgmount 2 c.img -fs none -size 512,63,16,520
# Example: mount FreeDOS ISO as drive D
# imgmount d FD14LGCY.iso -t iso
# Boot floppy to start installer
# boot FD14BOOT.imgAutomatically load the conf when you start DosBox-C by finding the DosBox-X shortcut for Windows, right-click on it, select Properties and change the Target to:
D:\Emulators\all\dosbox-x\dosbox-x.exe -conf "D:\Emulators\all\dosbox-images\dosbox.conf"
imgmount a win31_1.img -t floppyTo mount and view the .img disk on Windows, install:
- https://forums.linuxmint.com/viewtopic.php?t=194188
- https://github.com/joncampbell123/dosbox-x/wiki/Guide:Installing-Windows-3.1x
- https://conradshome.com/win31/
- https://sac.sk/files.php?d=15&l=I
- http://calmira.de/
- https://infania.net/misc/win31files/
- https://betaarchive.com/forum/viewtopic.php?t=26804
- https://vogons.org/viewtopic.php?t=9405
- https://howtogeek.com/230359/how-to-install-windows-3.1-in-dosbox-set-up-drivers-and-play-16-bit-games/
- https://dosbox-staging.org/releases/windows/