Was Windows 95 an Operating System? [closed]

I would say yes. First and foremost, windows 95 was a 32 bit operating system, which allowed pre-emptive multitasking (lets contrast this to the 16 bit MS dos) - dos was merely used as a way to bootstrap the OS, and used for some dos related functions (NT replaced it with the NTVDM). It had its own drivers (for example for networking, and mouse) and to an extent memory management. It handled disk and FS functionality. I'd probably compare this with OS/2 which also handled dos type things, and had its own API.

Windows 9x was also tied to specific versions of dos, as I recall, unlike windows 3.11. I'd argue that 'dos' here is a subsystem of windows rather than vice versa.

It's definitely an OS.


I'd argue it is on the basis that there are a set of defined things that an 'operating system' performs, and Windows 95 was responsible for all of them regardless of DOS.

Hardware Abstraction

One of the jobs of an OS is to abstract out hardware interaction to common APIs so that applications do not need hardware-specific support.

Virtual Device Drivers (VxDs) where not sat within the 16-bit DOS environment, they were strictly 32-bit code operating within the Windows kernel under the HAL.

A few operations such as basic VGA, Hard disk, Keyboard and serial port access fell in the realm of the BIOS using interrupts, but DOS wasn't particularly involved.

Loading and executing programs

Windows was responsible for loading the program from the hard disk into RAM and beginning its execution with the exception of legacy DOS applications.

Scheduling and process management

DOS had no multitasking to speak of, Windows 95 supported preemptive multitasking and multithreading.

Virtual Memory

Windows allowed the use of swap file to allow applications to use more memory in their local address space than actually existed as physically available memory. DOS did not have such a capability.

I've kept this a tad light on details, but the idea is there. Windows did all the things an 'Operating System' does and didn't require DOS in order to do it except as a kind of pre-execution environment.


Back in the nineties, Microsoft marketed Windows 95 as an operating system. If that's not the most important reference, I don't know what else is.

The Most Compatible Operating System - Windows 95 gives you the flexibility to use the latest 32-bit applications, as well as your existing applications.

See for yourself on the Wayback Machine:

Of course, it always depends on what an "operating system" is defined as for you.


Your question "was it an O/S" can't be answered without a definition of "Operating System". If you use the Wikipedia entry as a definition, we have to answer "YES, Windows 95 is an operating system".

MS/DOS is a boot loader for Windows 3.x and Windows 95.

Even Windows 3.x is a operating system. It has device drivers for the access of hardware. It provides services for inter-application-communication, memory management, timers and so on. With the 386 Enhanced Mode it can host 16 and 32 bit applications.

You may argue that Windows95 is not a real multi-tasking-OS. But that was not your teachers question.

You can just grab some function to handle some messages in a loop and some ISRs and you have a real operating system. It's not necessary to have memory management, tasks or processes at all. Don't compare apples and oranges, but they are all fruits.


I would say it is.

It does not have the same DOS as Win 3.1 - which by the way required a pre-installation of it.

So, Win95 was a packet using it's own DOS 7.0 and higher. Whereas the independent DOS stopped by 6.22 in 1994.

It is somewhat hairsplitting, because Win95 could be of course be said to be a wrapper around DOS, but I would rather say, that it is a Name for an enhanced MSDOS based(!) OS.

It is based on MSDOS, but not the same as MSDOS 6.22 - that is why I am voting for it as an independent OS.

My source - mostly found through german Wiki ;)

However - I might extend, that on University levels, a very restrictive definition on OS is used - that is why other definitions might differ in this matter - making Win95 not an OS, because all major hardware interface functions are still the same as in DOS6.22.

I am not sure in that exact point, but I would bet, they are not all the same as in the 7.0 version, hence making it an independed one, distributed under the name of Win95.