• DosDude👾A
    link
    fedilink
    arrow-up
    6
    ·
    10 months ago

    I agree, but Windows 3.x was more a shell on top of MSDOS and had a more niche market, and windows 95 didn’t get most popular OS until late 1998. So for a lot of people that was way before windows. Also tech went a lot faster back then. Updates to an old system isn’t as important if it’s not connected to the world of online hackers.

    • i_am_not_a_robot@discuss.tchncs.de
      link
      fedilink
      arrow-up
      4
      arrow-down
      1
      ·
      10 months ago

      Windows 95 was also a shell on top of MSDOS. Windows NT wasn’t running on top of DOS, but it was primarily for business use until Windows XP.

      • DavidGA@lemmy.world
        link
        fedilink
        arrow-up
        8
        ·
        10 months ago

        This is a common misconception, and it’s funny that people still believe it all these years later.

        While it’s true that Windows 95 relied on MS-DOS for bootstrapping and provided a DOS-like interface for running legacy applications, it wasn’t “just a shell” on top of DOS. Windows 95 introduced a 32-bit multitasking environment, a completely new user interface, and a separate set of APIs for software development (Win32). It had its own kernel that provided services like memory management and hardware abstraction, separate from DOS.

        The integration with DOS was mainly for backward compatibility, allowing users to run older software. But once you were in the Windows 95 environment, DOS was essentially sidelined, and Windows 95’s own features and architecture took over.

        • Karl Baron@bitbang.social
          link
          fedilink
          arrow-up
          7
          ·
          edit-2
          10 months ago

          Exactly, here’s the canonical The Old New Thing post on the topic. https://devblogs.microsoft.com/oldnewthing/20071224-00/?p=24063

          tldr:
          “MS-DOS served two purposes in Windows 95: It served as the boot loader. It acted as the 16-bit legacy device driver layer.”

          “Among other things those drivers did was “suck the brains out of MS-DOS,” transfer all that state to the 32-bit file system manager, and then shut off MS-DOS.”

      • duncesplayed@lemmy.one
        link
        fedilink
        English
        arrow-up
        6
        ·
        10 months ago

        It’s a bit more complicated than that. Windows 95 used MSDOS to boot, but once it was booted, it completely removed any trace of MSDOS and replaced it with its own MSDOS subsystem. It’s more like MSDOS was a shell on top of Win95, but MSDOS was required to get the kernel loaded.