Install Windows 95 Using Dosbox

Автор:

Contents • • • • • Wine [ ] Main article: Wine is for Linux, various BSDs, and OS X and allows Windows applications to run on those systems. Support for Windows 3.x and 9x programs is quite strong, though since it focuses more on modern games, they're the lowest priority. DOSBox [ ] Main article: Windows 3.x, 95, and 98 can be installed in DOSBox. Windows ME can also be installed, but in comparison to the other versions of Windows listed here, it is unstable and runs very poorly in DOSBox.

DOSBox was not designed to run Windows. Windows 3.x runs very smoothly, but 95 and 98 require more legwork (for instance, Windows 3.x will run games from a mounted CD drive just fine, while 9x require Daemon Tools to be installed inside the OS) and are much more clunky.

They also run slower than unaccelerated QEMU. Running DOS games from inside Windows caused problems with a real copy. It is much worse inside DOSBox so do not run DOS games from Windows on DOSBox. There is no 3D acceleration available. Some games will not detect Windows properly and refuse to install. All the problems and bugs Windows had by itself will only be made worse using it in an emulator and without a real copy of DOS.

Install Windows 3.1. RELATED: How to Make Old Programs Work on Windows 10. First, you’ll need to create a folder on your computer. This folder will contain the contents of the “C:” drive you’ll provide to DOSBox. Don’t use your actual C: drive on Windows for this. Make a folder like “C: dos”, for example. Windows Support within DOSBox and DOSBox Turbo is flagged as experimental. Please go to the support forums of DOSBox or DOSBox Turbo, they are much more likely to be able to help then some random users here.

Step by step guide to installing Windows on DOSBox. • • There has been interest in creating a spin off version of DOSBox that incorporates compatibility with Windows 95/98/ME called, but as of now it has not passed the theoretical stage. PCem [ ] Main article: PCem is an emulator for old x86 PCs that can emulate actual old hardware fairly accurately. Configuration is not the easiest, but once it's running, it works quite well. Needs somewhat powerful hardware to run. Currently, it only emulates up to a Pentium processor on the latest stable release, but if you have the muscle for it, you can also emulate an S3 ViRGE, or even a 3dfx Voodoo.

Bochs/Qemu [ ] Both of these emulators are good for general purpose x86 emulation. 3D acceleration isn't that great right now so it's better to use another option until 3D acceleration improves.

References [ ].

I have spent a lot of time (more than I would like to admit) during the last few months trying to make Windows 95 work on RetroPie. It was relatively easy task to run it on my Windows 10 dektop, but comepletely different challenge to achieve the same result on RetroPie. In the end, I managed to put together stable Windows 95 running under DOSBox from Retropie. Whole purpose of this was to have everything together (with other systems and games in RetroPie). It boots without any problem, runs DOS games without crashing.

This is only the beginning and I will try to push this 'project' even further (run games that require additional drivers, etc.). If you are interested, you can follow my guide below and share any of your knowledge to help us make this thing better.

Before we start, I want to say Thank You to and - you were very helpful! This guide is not here to get you through every single click required to achieve the result. Some basic knowledge of DOSBox commands + configuration and knowledge of RetroPie folders structure is required. If you are struggling with anything described below, feel free to ask and I will try to help. Phison ps2251 03 v datasheets360 Before we start, you will need the following • MS-DOS Boot Disk - I used version 6.22 (file should be named as 622C.IMG) • DOSBox - I used version 0.74 • • Windows 95 - ISO image of installation disk (let's call it WINSTALL.ISO) • S3 Graphics Trio 32/64 (Windows 9X/ME) - I found package called w9520204.zip 2.

Creating HDD file • Run bximage.exe (this is part of Bochs x86 package) • enter following input: 1 hd flat 2048 c.img • file c.img was created in the directory where bximage.exe is placed • move c.img to your working directory, let's say D: Win95 3. Extracting installation files from Windows 95 ISO file • mount WINSTALL.ISO using Daemon Tools or anything similar (it should contain directory win95, if not, you do not have the right disk) • copy contents of win95 directory (~79MB) to subdirectory winstall of our working directory - D: Win95 winstall 4. Extracting S3 zip archive w9520204.zip to our working directory 5. Working directory review • verify that you have all required files and folders in your working directory: • w9520204 (directory ~440kB) • winstall (directory ~79MB) • c.img (~1.96GB) • 622C.IMG (~1.40MB) 6. Preparing HDD • start DOSBox and execute following commands: • imgmount 2 D:/Win95/c.img -size 512,63,128,520 -fs none • boot d:/win95/622C.IMG • fdisk (Option 1 - Create DOS partition of Logical DOS Drive) • close DOSBox and start it again to execute following commands: • imgmount c D:/Win95/c.img • boot d:/win95/622C.IMG • format c: • close DOSBox 7. Copying installation files to HDD • start DOSBox and execute following commands: • imgmount c D:/Win95/c.img • mount d D:/Win95/winstall • c: • mkdir WIN95 • cd WIN95 • copy D: WIN95 *.* • close DOSBox 8.