this post was submitted on 24 Aug 2023
322 points (97.4% liked)

Technology

58131 readers
4063 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

cross-posted from: https://lemmy.capebreton.social/post/347724

Windows 95 is a consumer-oriented operating system developed by Microsoft as part of its Windows 9x family of operating systems. The first operating system in the 9x family, it is the successor to Windows 3.1x, and was released to manufacturing on July 14, 1995, and generally to retail on August 24, 1995, almost three months after the release of Windows NT 3.51.

Windows 95 is the first version of Microsoft Windows to include taskbar, start button, and accessing the internet. 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. There were also major changes made to the core components of the operating system, such as moving from a mainly cooperatively multitasked 16-bit architecture to a 32-bit preemptive multitasking architecture, at least when running only 32-bit protected mode applications.

Accompanied by an extensive marketing campaign,Windows 95 introduced numerous functions and features that were featured in later Windows versions, and continue in modern variations to this day, such as the taskbar, notification area, and the "Start" button. It is considered to be one of the biggest and most important products in the personal computing industry.

you are viewing a single comment's thread
view the rest of the comments
[–] Techmaster@lemm.ee 3 points 1 year ago* (last edited 1 year ago) (3 children)

This might come as a shock to you, but Windows 95 isn't even an operating system. It's a GUI shell that runs on DOS, which is a 16 bit operating system. There is no Windows 95 kernel.

[–] anlumo@feddit.de 4 points 1 year ago

It’s a bit more complex than that. Intel CPUs (to this day) boot in real mode, which is what DOS is using. In this mode, the system only has access to 640k of RAM. Windows 95 and later switch the processor to protected mode, where the system gets access to all of the RAM and also to memory protection features, so processes can’t real and write each other’s memory. However, in this mode it’s impossible to run real mode code, such as the one provided by DOS.

DOS games had a trick where they briefly switched back to real mode to execute DOS functions (mostly reading and writing to disk) and then back to protected mode, but I don’t think that Windows 95 did that.

[–] Bootheal0179@lemmy.world 2 points 1 year ago (1 children)

Preferred DOS 6.22. Win95 was glorified Win3.11FWG

[–] Techmaster@lemm.ee 2 points 1 year ago

I used DesQview in DOS and then switched to OS/2 Warp when it came out. DesQview was really cool.

[–] ripcord@kbin.social 0 points 1 year ago

DOS 7 was 32-bit.