VMDisp9x
Virtual Display driver for Windows 95/98/Me. Supported devices are:
- Bochs VBE Extensions (Bochs: VBE, VirtulBox: VboxVGA, QEMU: std-vga)
- VMWare SVGA-II (VMWare Workstation/Player, VirtulBox: VMSVGA, QEMU: vmware-svga)
- VBox SVGA (VirtulBox: VBoxSVGA)
Supported and tested virtualization software are:
- VirtualBox 6.0 (2D, software 3D)
- VirtualBox 6.1 (2D, hardware OpenGL 2.1 through DX9/OpenGL)
- VirtualBox 7.x (2D, hardware OpenGL 2.1 through DX9/OpenGL or 4.1 through DX11/Vulkan)
- VMWare Player 16 (2D, hardware OpenGL 2.1/3.3)
- VMWare Workstation 17 (2D, hardware OpenGL 2.1/4.3)
- QEMU 7.x, 8.0 (2D, software 3D)
2D driver is very generic and probably works with other Virtualization software as well, 3D part required my Mesa port = https://github.com/JHRobotics/mesa9x. See its documentation for more info.
Easy installation
This repository only contains the display driver, if you want user friendly installation, please use SoftGPU instead (this driver is part of SoftGPU project). There is also small tutorial here.
Origin
Driver is based on Michal Necasek’s VirtualBox driver. With my modifications:
- added VMWare SVGA and VirtualBox SVGA support
- added OpenGL ICD support (simple command that only returns the name of OpenGL implementation library)
- most calls converted to 32bit mini-VDD driver (faster and not limited by 64k segmentation)
- added access VMWare/VBox SVGA API to support real 3D acceleration from user space driver
- added API to access VRAM/FB directly
- added DirectDraw support
- added DirectX support (in development)
QEMU support (-vga std
) is from Philip Kelley driver modification
OpenGL support
OpenGL is supported by OpenGL ICD driver loading (you can use software only driver but also exists HW accelerated implementations). Currently supported ICD drivers are Mesa9x or my qemu-3dfx fork.
DirectDraw support
DirectDraw is supported, Ring-3 driver is in separated project VMHal9x.
Direct3D support
DirectDraw is now in development, most of D3D code is in VMHal9x, rasterization is done by Mesa9x. D3D is not part of releases yet!
Glide support
Glide support has nothing to do with display driver. But when OpenGL is supported is possible to use OpenGlide9X wrapper to translate Glide (2 and 3) calls to OpenGL.
VirtualBox
VirtualBox is supported from version 6.1 (but 5.0 and 6.0 with some limitation works). More on SoftGPU readme.
VMware Workstation and Player
VMware workstation is supported in current version (17.5.x). In theory, this driver can work from version 9.x, but I don’t have enough resources to do complete testing of old closed non-free software. More information also on SoftGPU readme.
QEMU
QEMU is supported since v1.2023.0.10. Supported adapters are -vga std
which using modified VBE driver (qemumini.drv
) and -vga vmware
where VMware driver now works but is limited to 32bpp colours only. I plan to support VirGL in future, but currently no 3D acceleration isn’t available in vanilla QEMU (but HW acceleration is possible with QEMU-3DFX.
Technical
*.drv
= 16bit driver runs in 16-bit protected mode in RING 3 (!) but with access to I/O instructions
*.vxd
= 32bit driver runs in 32-bit protected mode in RING 0
*.dll
= 32bit user library runs in 32-bit protected mode in RING 3
Adapters
Default *.inf
file is supporting these 4 adapters:
[VBox]
Default adapter to VirtualBox (VBoxVGA) (until version 6.0 only one adapter) — using 16-bit boxvmini.drv
driver. Device identification is PCI\VEN_80EE&DEV_BEEF&SUBSYS_00000000
.
[Qemu]
QEMUs -vga std
(or -device VGA
) device — using 16-bit qemumini.drv
driver. Device identification is PCI\VEN_1234&DEV_1111
.
[VMSvga]
VMware adapter, VirtualBox VMSVGA and QEMU -vga vmware
. Using 16-bit vmwsmini.drv
driver and 32-bit vmwsmini.vxd
driver. Device identification is PCI\VEN_15AD&DEV_0405&SUBSYS_040515AD
.
[VBoxSvga]
VirtualBox VBoxSVGA, using 16-bit vmwsmini.drv
driver and 32-bit vmwsmini.vxd
driver. Device identification is PCI\VEN_80EE&DEV_BEEF&SUBSYS_040515AD
.
Resolutions support
With default *.inf
file, maximum resolution is 1920 x 1200. Maximum wired resolution is 5120 x 4096. For compatibility reasons maximum of VRAM is limited to 128 MB (If you set to adapter more, it’ll report only first 128 MB).
However, it is possible increase the limit to 256 MB (Windows 9x maximum) by set this registry key: HKLM\Software\VMWSVGA\VRAMLimit
to 256. (You can also decrease VRAM size by same way and have more free space is system area.)
QXGA, WQHD, 4K and 5K
Resolutions sets larger than FullHD, are present in inf file, but needs to be enabled if you wish would use them. They’re split to 4 individual sections:
[VM.QXGA]
— QXGA, QWXGA and some others bit larger then FullHD[VM.WQHD]
— 1440p resolutions set[VM.UHD]
— 4K resolutions set[VM.R5K]
— 5K resolutions set
To enable one of them just append section name to AddReg=
parameter to corresponding adapter. For example, to add 4K to VMware adapter change:
[VMSvga]
CopyFiles=VMSvga.Copy,Dx.Copy,DX.CopyBackup,Voodoo.Copy
DelReg=VM.DelReg
AddReg=VMSvga.AddReg,VM.AddReg,DX.addReg
to:
[VMSvga]
CopyFiles=VMSvga.Copy,Dx.Copy,DX.CopyBackup,Voodoo.Copy
DelReg=VM.DelReg
AddReg=VMSvga.AddReg,VM.AddReg,DX.addReg,VM.UHD
Custom resolutions
To add custom resolution just append line to [VM.AddReg]
section with following format:
HKR,"MODES\{BPP}\{WIDTH},{HEIGHT}"
For example, adding 1366×768 for all colour modes can look like:
HKR,"MODES\8\1366,768"
HKR,"MODES\16\1366,768"
HKR,"MODES\24\1366,768"
HKR,"MODES\32\1366,768"
VRAM size
Due limitation of virtual display card is usually required have enough memory for 2 display buffers, when 1st one is always in 32bpp. So, for 1024×768 16bpp you need about 4.5 MB VRAM (1024 x 768 x 4 + 1024 x 768 x 2). When HW acceleration is used, VRAM is not well utilized — textures and frame buffers must be in system RAM.
Security
In 2D mode any application could read and write guest frame buffer and rest of video ram. If 3D is enabled and works (on hypervisor side) is possible by any application to write virtual GPU FIFO which could leads to read memory of different process (in same guest) or crash the guest. These risks are noted but needs to be mentioned that these old systems haven’t any or has only minimal security management. For example, Microsoft Windows 9x systems haven’t file system rights, all process has mapped system memory (in last 1 GB of 32-bit memory space) and any user could run 16-bit application where have access to everything including I/O because of compatibility.
Compilation from source
Install Open Watcom 1.9, then type
Edit makefile
to enable addition logging and you can read original readdev.txt.
Todo
- Complete recomended mini-VDD function in minivdd.c, stubs here and cites from original MSDN are in comments.
- Complete GPU10 functions (with synchronization with Mesa)
- VirGL
- DDI
- VESA support
External links
http://www.os2museum.com/wp/windows-9x-video-minidriver-hd/
https://wiki.osdev.org/Bochs_VBE_Extensions
https://wiki.osdev.org/VMWare_SVGA-II
4. Installing drivers : VMware Tools + VGA (manual mode)
Now to install the drivers and utilities for VMware (VMware Tools) and the installation of the graphics driver from VMware that you will probably install it manually.
To begin, go to the «VM -> Install VMware Tools» menu of VMware.
Note : If you use VMware Player, go to the menu : «Player -> Manage -> Install VMware Tools».
Installing VMware Tools starts.
If this is not the case, go to the desktop and double-click the CD drive.
Select «Complete».
During installation, several warnings will be displayed to notify you that a particular program is not installed Microsoft. Click «Yes» to install them.
As indicated at the beginning of this section, it is almost certain that the driver «SVGA» graphic VMware will not install automatically.
Once the installation wizard closed, a window will ask you to restart. Click No, because we must first install the graphics driver.
A text document will show you how to install the graphics driver manually.
Official documentation on VMware.com.
To install this driver (driver) manually, right-click on the desktop (not on an icon) and then click «Properties.»
Then go to the «Settings» tab and click «Advanced Properties».
Click on «Change».
Click «Have Disk».
Click on «Browse».
And go to «C:\Program Files\VMware\VMware Tools\Drivers\video» folder.
The driver «VMware SVGA II» is displayed.
The graphics driver is now installed. For better resolution and to use the full screen mode, go first in the «Monitor» tab.
Then click «Change».
For example, select : Super VGA 1600×1200.
Then apply the changes.
You must then restart the computer to reflect the changes.
After reboot go back into the display properties and change the screen resolution (desktop area named in this case).
Then apply the changes.
Validez en cliquant sur OK.
Confirm by clicking OK.
Note : We have reduced the display size of the image to prevent it from overflowing but you can view the full size image here.
You can now use the full VMware mode.
Our native resolution (full screen) is 1680×1050. Overview full size.
In this article, we will examine how to set up and run Microsoft Windows 95 on a new virtual machine using VMware Workstation 17 Pro virtualization software on a Windows 11 PC.
How to Set Up Windows 95 using VMware Workstation 17 Pro on Windows 11 Operating System with Intel 12th Gen 12700H (Alder Lake) CPU
After the Windows 3.1 DOS system, Microsoft released Windows 95, the first 32-bit operating system with an advanced user interface, on August 24, 1995, for its users.
One of the most fundamental innovations of Windows 95 is that it has a user interface instead of DOS. It also includes protocols such as TCP/IP that assist in establishing network connections and support 32-bit applications.
With this system, the Plug and Play feature was developed so that users could integrate peripheral devices into computers more easily. The start menu and taskbar were presented to users for the first time with this version and are features of Windows 10, which are still widely used today.
With the development of the Internet in the 1990s, Windows 95 was the first operating system to use large networks. Also, the Internet Explorer web browser was the most popular period.
Also, Direct X and Direct 3D were introduced for MS-DOS to run some programs and items and to be able to run more demanding games.
Although Windows 95 is an old system, some users want to install it and try it. In addition, some machines or devices with old hardware can be updated with old operating systems and firmware.
If you have an old computer, it may make more sense to install Windows 95 on a physical PC, but if you do not have an old PC, you can install this system with a virtual machine on your computer with up-to-date hardware and system.
How to Create a New Virtual Machine for Windows 95
In order to run one of the Windows or Linux distributions on the virtual machine, you need to use software such as VMware Workstation Pro. You can run old Windows systems on your physical/host computer by using one of the Player and Workstation Pro software developed by VMware.
To install Windows 95 with VMware, you must first create and prepare a suitable virtual computer for this system.
First of all, install VMware Pro on your Windows 11 system and follow the steps below in order.
Step 1
After installing VMware 17 Pro, run it and click Create a New Virtual Machine on the main page of the program, then select Custom (Advanced) in the VM wizard that opens and click the Next button.
Step 2
Workstation 17.x is selected in the virtual machine hardware compatibility window because it refers to the latest version of the virtualization software you have installed on your system.
In order to better adjust the virtual hardware settings of Microsoft Windows 95, select the compatibility type as 5.x on this screen and continue.
Step 3
To prepare the virtual system first and then to install it, select I will the operating system later and click Next.
Step 4
In the Guest operating system selection step, first, select the platform of the system (Microsoft Windows), and in the version section, choose the system you will install and click Next.
Step 5
You can change the name of the virtual computer you have prepared from the Name section. Also, since storing the VM on an external HDD is essential for performance, you can change the installation location by clicking the Browse button.
If the disk of your physical computer is SSD or NVMe, you can continue without changing the installation location, as you will run the virtual machines faster.
Step 6
Assign 1 processor to the Windows 95 guest machine and click Next.
Step 7
For Windows 95, you must set the RAM size to a maximum of 512 MB. If you configure more RAM size, your virtual PC will not boot and will restart constantly.
Step 8
To connect your virtual machine to the network, select the NAT network type and click Next.
Step 9
Select BusLogic as the I/O disk controller and click Next.
Step 10
In this step, you need to choose IDE for the virtual disk type because the SATA disk structure creates problems during the installation of drivers. You will understand the difference between disk structures better in the driver installation section.
Step 11
To install a clean operating system, you need to use a new disk, so select Create a New Virtual Disk and click Next.
Step 12
Use the recommended amount specified by VMware Pro for the size of the virtual disk, and also check the Store virtual disk as a single file option to store this disk as a single file on your host and click Next.
Step 13
In the Specify Disk File window, you can change the name of the virtual disk you created or change the location where you want to store it. If you leave the location of the virtual disk in the default location, the virtual disk will be stored where you will install the VM.
Step 14
In the summary window, click the Customize Hardware button to add the Windows 95 ISO file to the virtual machine or to increase the graphics memory.
Step 15
First, click to download the ISO file to your computer, and then click the CD/DVD device to add the Windows 95 ISO image to the VM, then enable the Use ISO Image File option and click the Browse button.
Select the Windows 95 ISO file you downloaded to your computer and click the Open button.
Step 16
In addition, in order to add a USB controller to use your USB devices in your virtual computer, click the Add button on the Hardware screen and open the wizard.
Step 17
Select the USB Controller in the Hardware Type window and click Finish.
Step 18
After preparing the Windows 95 machine, close the hardware window.
Step 19
When the VM is ready, it opens automatically on the program homepage. Run it and proceed to the installation steps.
How to Install Windows 95
After preparing and running your virtual computer, when your system’s boot screen opens, you must first edit the virtual disk you created using the fdisk command.
Before installing the Windows 95 operating system, you need to format the disk and create an active partition. If you have an original installation media, you will need a Floppy drive. After adding the Floppy device to the virtual machine, you need to open it with the img extension boot file, first prepare the disk, and then copy the system files.
Step 1
The first screen you will encounter after booting your system is as follows. You do not need a floppy device as fdisk is integrated into the content of the ISO file you add to the VM.
Execute the “fdisk” command in the A:\> command line to edit the virtual disk.
fdisk
Step 2
If your system has a disk size larger than 512MB, press Y followed by Enter to enable extensive disk usage.
Step 3
In the Microsoft Windows 95 FDISK options screen, press Enter on the Create DOS Partition or Logical DOS Drive option.
Create DOS Partition or Logical DOS Drive
Step 4
Press Enter on the Create Primary DOS Partition option to create a primary partition on the disk.
Create Primary DOS Partition
Step 5
Press the Y key and then Enter to confirm the maximum disk size usage for the Primary Partition you created.
Step 6
It would be best if you restarted your computer so the changes would take effect. To do this, click the down arrow next to the Suspend button and click Restart Guest.
Step 7
After restarting your virtual system, you may get the operating system lost error because you are not booting from the CD-ROM.
To open the Boot Menu on VMware, press the ESC key while restarting your system. Press Enter on the CD-ROM Drive on the Boot Menu screen and continue.
Step 8
You need to format the disk on which you created the primary partition, execute the format C: command on the command line, and then press Y to confirm that all files on the C drive will be deleted. Press Enter to configure the volume label character count as a default.
format C:
Step 9
After formatting the C drive, you need to create a new folder to copy the Windows 95 system files. To make a folder named WIN95 on C, first, go to the C drive with the C: command and execute the “mkdir WIN95” command.
A:\> C:
C:\> mkdir WIN95
Step 10
To view the contents of the CD-ROM device, switch to the relevant driver with the R: command and view and control the contents of the drive with the dir command.
Execute the command below on the command line to copy the Windows 95 installation files to the WIN95 folder you created on the C drive.
copy R:\WIN95\*.* C:\WIN95
Step 11
After copying the system files, execute the setup command in the C:\WIN95 folder to start the Windows 95 installation, and then press Enter to continue.
C:\WIN95> setup
Step 12
When Microsoft ScanDisk opens, wait while your system’s file integrity, disk size, and directory structure are checked.
Step 13
When the Windows 95 Setup screen opens, the wizard informs you that the installation will be completed in 30 to 60 minutes. Click the Continue button in the welcome window to start the installation.
Step 14
Press Page Down to read the Windows 95 license agreement and then click Yes to accept it.
Step 15
Click Next for the setup wizard to collect information about your computer and copy the system files.
Step 16
In the Choose Directory window, select the default C:\WINDOWS location where you will install your virtual system and click Next.
Step 17
In the Setup Options window, select the installation type, Typical by default, and continue. If you want to make changes to your system, you can continue with the Custom option.
Step 18
In the Certificate of Authenticity window, type your Windows 95 product key and click Next.
Step 19
In the User Information window, type the user account name and company information for your system and click Next.
Step 20
Click Next for the setup wizard to analyze the hardware components of your virtual system.
Step 21
Wait while the hardware of your virtual computer is being scanned.
Step 22
In the Windows Components window, select Install the most common components to install the most commonly used services and continue.
Step 23
If you want to create a Startup Disk, select Yes, but select No, as it is not required in the virtual machine, and click Next.
Step 24
Click Next to start copying Windows system files and continue.
Step 25
Wait while the Windows 95 system files are copied and installed.
Step 26
When the installation wizard identifies the floppy disk drive on your system, disconnect it and click the OK button.
Step 27
At this stage, you will receive a Windows Protection Error while installing on your new generation computer. In order to run your Windows 95 guest machine properly, you need to patch it. Now, shut down your virtual machine and proceed to the next step.
Step 28
Click Edit Virtual Machine Settings as you need to add a Floppy device to the virtual machine to patch your virtual system.
After opening the settings of the virtual machine, click the Add button, select Floppy Drive as the hardware type, and click Finish.
Step 29
Click the button below to download the patch ISO file for Windows 95 to your computer and to add the ima file to the Floppy drive, select Use Floppy Image File, click Browse and select the Patcher.ima file.
You can also download Patcher9x-0.7.45-boot.ima from the Vogons.org website article or GitHub page.
Step 30
When you boot your virtual system from the Floppy drive, execute the “patch9x” command on the DOS screen and then press Enter to confirm the WINDOWS/SYSTEM location.
To patch Win95 for the latest CPUs, select the default option, i.e., 2, and press Y and Enter to apply the changes.
Step 31
Wait while Windows 95 sets up plug-and-play devices. Also, click OK when Windows prompts you to type a computer name and workgroup name at this stage.
When the network window opens, type a computer name for your virtual system, type Workgroup for the Workgroup, and click the Close button.
Step 32
Configure your date and time settings depending on the country you live in, and click the Close button. When the Add Printer Wizard opens, click the Cancel button to configure this step later or close the wizard if you don’t have a printer.
Step 33
After the setup wizard completes the Win95 installation, click OK to restart your virtual system.
Step 34
Wait while the Microsoft Windows 95 operating system boots up.
Step 35
Type the username you created for the user account and click OK. In the Set Windows Password window, set a new password to make your system password accessible and click OK. If you don’t want to create any password here, leave the fields in New Password blank and click OK.
Step 36
After your virtual system restarts, right-click on My Computer, click Properties from the options that appear, and check the version of your system.
How to Install VMware Tools
After installing the Windows 95 system, you must also install the VMware Tools software. With this software, you can use your virtual PC in full-screen mode by installing the video card driver. In addition, you can use your host’s devices, such as USB, Webcam, and mouse on the virtual PC.
Step 1
To install VMware Tools on the virtual machine, click VM / Install VMware Tools from the Workstation Pro tool menu.
Step 2
Wait while VMware Tools prepares for installation on the VM.
Step 3
When the setup wizard opens, click Next to start installing the virtual machine tools.
Step 4
If you are going to use your virtual machine with other VMware Pro products, select Complete as the installation type and click Next.
Step 5
When the virtual machine tools are ready to be installed, click the Install button.
Step 6
When you receive Warning 25010 (Microsoft HTML Help Engine) during the VM Tools installation phase, click the Yes button. Click OK in the HTML Help 1.31 Update window and continue.
Step 7
This time, when you get Warning 25009, click OK. Then, if the SVGA driver cannot be installed in the VMware Tools installation, you must do this manually later.
Setup failed to install the SVGA driver automatically. This driver will have to be
installed manually. Instructions for how to do this will appear at the end of installation.
Step 8
Click Finish to close the VM Tools wizard. Click the No button in the warning window asking you to restart your system. To install the SVGA driver manually, the text document will open automatically, but restart your system.
Step 9
Right-click on the desktop, open the Display Properties window, and click the Advanced Properties button.
Step 10
In the Advanced display properties window, click the Change button on the Adapter tab, and then click the Have Disk button on the Standard PCI Graphics Adapter (SVGA).
When the Install from Disk window opens, paste the location you copied in the previous step into From: and click the Browse button. Select the VMX_SVGA.inf file in the opened location and click OK.
Step 11
Select the VMware SVGA II device in the Select Device window and click OK. Then click the Apply button to confirm the settings of the VMware SVGA II device.
Step 12
Configure the screen resolution to 1024 x 768 and click OK to confirm the resolution. If the resolution of the VM is not working correctly, you can revert to the original settings after waiting 15 seconds. Click the Yes button if you want to set a monitor, otherwise click the No button.
If the resolution of the virtual machine is working correctly, click Yes to use the resolution you set.
Step 13
Click View / Fit Guest Now or View / Full Screen to fit Windows 95 resolution to full screen.
Step 14
You can also drag and drop a file from your host computer’s desktop location or another location to the virtual machine to see that the file has been successfully copied.
How to Install TCP/IP Protocol for Internet and Network Connection
After fully configuring Windows 95, you need to install the TCP/IP protocol to be able to access the Internet through your VM.
Step 1
Right-click on the Network Neighborhood you see on the desktop and click Properties from the options that appear.
When the Network window opens, click the Add button and open the Component Type window. In this window, check Protocol and click the Add button again.
In the Select Network Protocol window, select Microsoft first, then TCP/IP, and click OK.
In the Version Conflict window, you can see the conflicting files in File name:. Click Yes to confirm overwriting these files.
Step 2
Open MS-DOS Prompt and ping the Google search engine by executing the ping 8.8.8.8 command, and you can see that your Internet connection is OK.
If you ping without installing the protocol, you will see that the command is not recognized.
Step 3
When you open The Internet, Connection Wizard will open. You need to configure your Internet connection with this wizard, so click Next directly.
Select Current to configure your current connection from the Internet connection setup options and click Next.
Step 4
When Microsoft Internet Explorer opens automatically, you can see that your connection is working smoothly when you visit the Google website.
How to Install Chipset Driver
After installing up-to-date operating systems with VMware, VM Tools usually automatically installs any drivers that are not installed on the system.
But when you install old and outdated systems, you have to search and find the drivers for the system and install them manually. You can achieve greater availability and efficiency by installing drivers that are not installed in the Windows 95 virtual computer.
Step 1
First, open the properties of your Win95 system and click the Device Manager tab, then check the drivers that VM Tools could not install.
- PCI Bridge
- PCI Multimedia Audio Device
- PCI System Peripheral
- PCI Universal Serial Bus
Step 2
Before you can install drivers for older systems, you need to lower the hardware compatibility of the VM on the VMware Workstation software. In the virtual machine configuration phase, we determined the hardware compatibility as 5.x and configured the virtual hardware settings according to the compatibility version. However, in order to install system drivers, you need to change the hardware version again after installing VMware Tools.
When the hardware compatibility is 17.x, when you try to install the drivers, you will get many errors from the system, or the drivers will not be installed. Also, the system may give a Windows Protection Error.
Now, turn off your Win95 machine and click VM / Manage / Change Hardware Compatibility from the menu.
Step 3
When the hardware compatibility change wizard opens, click Next to continue. In the Hardware Compatibility section, select Workstation 5.x and click Next.
NOTE: If you select the disk type of your virtual system as SATA, your disk will fail when you downgrade the hardware version. Because it is stated in the Limitations section that SATA devices will not be supported.
Step 4
After configuring the hardware version, select Alter this virtual machine and click Next. You can see the settings to be removed from the virtual machine in the Review Changes window.
After changing the hardware version, start the Win95 PC.
Step 5
In this step, you will see that new hardware is automatically found while your virtual system is booting. If you receive a version conflict warning, as in the image below, confirm the operation by clicking the Yes button.
The system also found the Windows 95 audio device automatically, but the driver was not installed, so click the Cancel button in this window.
Step 6
When you open Device Manager again, you will see that the driver for the PCI Bridge device could not be installed.
Step 7
After downloading the driver software of the Windows 95 virtual machine to your computer from the list at the bottom of the article, open the Chipset Driver folder and run the Setup file as in the image below.
Step 8
When the Intel Chipset Software Installation Utility V2.80.008 wizard opens, click Next. Click Yes to accept the license agreement of the chipset driver software. After checking the Intel Chipset list supported by the software tool, click Next and complete the installation.
Restart your virtual system after the Windows 95 Chipset driver installation.
Step 9
When you restart your system, you can see that the drivers for Intel(r) 82371AB/EB/MB PCI Bus Master IDE Controller and PCI to ISA Bridge (ISA Mode) devices are found automatically.
When you recheck the Device Manager, you can see that the Primary and Secondary IDE controllers in the Hard Disk Controllers have been successfully updated.
- Intel 82371AB/EB/MB PCI Bus Master IDE Controller
- Primary IDE Controller (dual fifo)
- Secondary IDE Controller (dual fifo)
NOTE: At this stage, if you are getting the Standard Floppy Disk Controller error, shut down your virtual computer to install or enable its driver, and then click Power On to Firmware to enter the BIOS settings of your VM. On the PhoenixBIOS Setup Utility screen of the virtual machine, configure the Legacy Diskette A: as 2.88 MB in the Main section, press F10, and save the settings. After turning on your system, open Device Manager again and check that the yellow exclamation mark has been removed from the Standard Floppy Disk Controller device.
How to Install Sound Blaster PCI128 Driver
To install the Audio driver on a Windows 95 VM, download the Sound Blaster PCI128 driver software from the table at the bottom of the article and copy it to the VM.
Step 1
After copying the sound driver to your virtual computer, double-click Sound Blaster PCI128 and click Yes to accept the software license agreement. Click Next to install the Creative Sound Blaster sound driver.
Once the Creative Sound Blaster PCI128 hardware is found, wait while it installs the drivers.
Step 2
After restarting your system, open Device Manager and, this time, select Properties / Drive / Update Drive / Gameport Joystick (8-24-1996) to solve the driver problem of the Creative Gameport Joystick device and click Finish.
How to Install USB (Xusbsupp) Driver
In order to use USB devices on a Windows 95 VM, you must add, install, and configure a USB Controller from the hardware wizard. You can find the USB Driver in the table at the bottom of the article.
Step 1
After running your virtual system, open Device Manager and check that the drivers for the PCI Universal Serial Bus device are not installed automatically.
After downloading and copying the USB driver to the VM, double-click Xusbsupp in the driver folder and click Yes to confirm the installation of the USB driver in the pop-up window. Click Yes to accept the license agreement for the Xusbsupp software.
After the eXtended USB Supplement installation is complete, click OK and restart your virtual computer.
Step 2
When you check the driver for the USB devices, you can see that the PCI Universal Serial Bus device has a yellow exclamation point.
Select the PCI device and click the Remove button, then click OK. Then click Refresh so that your system can load the USB drivers correctly.
Step 3
After refreshing the list of available devices, your virtual system will find and install the USB Universal Host Controller device.
When you check the USB Controller device, you can see that the drivers have been installed successfully.
- Intel 82371AB/EB/MB PCI to USB Universal Host Controller
- USB Root Hub
How to Use USB Flash Memory
If you want to transfer files from your host system to your virtual system faster, you can use your USB flash drives or USB external storage devices.
Step 1
Now, insert a Flash Memory formatted with a FAT32 file system into your host machine, and when the New USB Device Detected window opens, check the Connect to a virtual machine option, select Windows 95, and then click OK.
Step 2
After inserting the flash memory into your virtual machine, click Next to install the Generic USB Mass Storage Class Device driver when the Driver Wizard automatically opens. Click Finish after Windows has updated the USB mass storage device.
Click Next to install another required Generic USB Hub driver as well. After Windows has updated the Generic USB Hub device, click Finish.
Step 3
When you open My Computer, you can now use your Flash Memory on the Windows 95 VM without any problems. When you check the driver of your USB stick in Device Manager, you can see KINGSTON DataTraveler 3.0 in Disk Drives.
NOTE: Use the USB 2.0 port of your host device to insert flash memory into the VM. If you plug your flash memory into your host’s USB 3.0 sockets, your virtual computer will fail.
Step 4
Create a folder in your USB in your virtual system and plug your USB memory back into your host. That is, disconnect it. When your device switches to your host, you can see the folder you created.
How to Delete the Virtual Machine
If you no longer want to use your Microsoft Win95 guest machine, we recommend that you delete it entirely so as not to overfill the capacity of your host disk.
To delete or clean all files related to your Windows 95 VM, right-click on your system, click Manage / Delete From Disk, and confirm the operation by clicking Yes in the window that opens.
Video
Windows 95 Driver Download
Installing Old Versions
Workstation Version | YouTube Video | Slide |
---|---|---|
14 Pro | Watch | – |
16 Pro | Watch | View |
17 Pro (NEW) | Watch | – |
Conclusion
As a result, it is possible to install and run Windows 95 on a virtual machine using VMware Workstation 17 Pro on a modern Windows 11 PC. This is a way to explore the history of operating systems. It’s also fascinating to experience computing nostalgia.
For educational purposes or to relive the past, it is essential to follow the detailed steps. However, it is also necessary to pay attention to the given points. This way, users can create a functional Windows 95 virtual machine. All in all, this makes for an insightful trip down memory lane.
While embracing the evolution of technology, it is important to respect its roots. Additionally, this can be an enriching experience for tech enthusiasts and historians alike.
Installing any OS in VMware is easy. Except Windows 95 and below. That’s why i made this video where i’m showing how to install Windows 95 in VMware with graphics and sound drivers.
Used files:
https://www.mediafire.com/file/32evif4x8u7wfja/Windows+95+tools.zip/file
Music used in this video:
nmk — sola (https://www.youtube.com/watch?v=vGtGhVxHxcI)
W&W, Sonja — Rave Love Nightcore (https://www.youtube.com/watch?v=2zce3QQkfUE)
W&W, Sonja — Starshine Nightcore (https://www.youtube.com/watch?v=S_riYVIkVS4
K-391, Alan Walker, Julie Bergan, SEUNGRI — Ignite (https://www.youtube.com/watch?v=Az-mGR-CehY)
DEAF KEV — Invincible (https://www.youtube.com/watch?v=J2X5mJ3HDYE)
NEJ’ — Paro Sped Up (https://www.youtube.com/watch?v=nZL7zRo2FAE)
Timestamps:
0:00 Intro
0:15 Creating the VM
1:51 Installing MS-DOS
3:45 Installing the CD-ROM driver
4:58 Running Windows 95 setup
6:47 Installing Windows 95
7:23 Fixing «Windows Protection Error»
8:28 Finishing the Windows 95 installation
9:08 Installing the Graphics Driver
12:17 Installing the Sound Card Driver
13:55 Installing VMware Tools
14:27 Setting the Windows 95 sounds
16:19 Setting up the rest
16:34 Showing the result
17:33 Outro
This video was made with:
Bandicam
Vegas Pro 18
Vegas Pro 14
Microsoft PowerPoint 2019
Video by Mandarinka125 in 2023
Note: Install Microsoft Office 95 & Add the to a TCP/IP on Windows 95. – Wait a minutes…
Windows 95 (codenamed Chicago) is a consumer version of Microsoft Windows released by Microsoft in 1995. It is the first major release in the Windows 9x operating system line, and was designed to be the successor of Windows 3.1. It is the first consumer-oriented version of Windows to include Windows Explorer, a move which was followed by its NT equivalent Windows NT 4.0 in 1996. It would be replaced by Windows 98, and Microsoft ended support for Windows 95 on 31 December 2001.
Windows 95 merged Microsoft’s formerly separate MS-DOS and Microsoft Windows products, and featured significant improvements over its predecessor, most notably in the graphical user interface (GUI) and in its simplified “plug-and-play” features. It improved upon 16-bit Windows by introducing a hybrid 16/32-bit kernel and eliminating the need for an existing installation of MS-DOS, making it a standalone operating system (running alongside MS-DOS). Microsoft focused on improving the usability of Windows with technologies such as Plug-and-Play, long file names (VFAT), the Start menu, an updated desktop, Internet Explorer, Mail, built-in networking, and virtual device drivers. Many of the paradigms introduced with Windows 95 remain in use today.
It was a revolutionary update for Windows, and also the first concerted effort by Microsoft to listen to consumers. Although it was still built upon the solid, if outdated, foundations of MS-DOS, the average user never saw the MS-DOS prompt unless they wanted to. Windows NT was too intensive for most computers of the time, and it was not until after the release of Windows 95 that Win32 applications were widely used and supported.
Download Link:
UNIVERSAL DISCLAIMER IN POEM FORM:
All credits go to their respective owners.
whoever they may be
and all the JTLE logos
are the only things from me!
[ad_2]
source
Back to top button