• DefederateLemmyMl@feddit.nl
    link
    fedilink
    arrow-up
    13
    arrow-down
    1
    ·
    21 days ago

    The thing is, a lot of the legacy backwards compatible stuff that’s in Linux is because a lot of things in Unix were actually pretty well thought out from the get go, unlike many of the ugly hacks that went into MSDOS and later Windows and overstayed their welcome.

    Things like: long case sensitive file names from the beginning instead of forced uppercase 8.3 , a hierarchical filesystem instead of drive letters, “everything is a file” concept, a notion of multiple users and permissions, pre-emptive multitasking, proper virtual memory management instead of a “640k is enough” + XMS + EMS, and so on.

    • BCsven@lemmy.ca
      link
      fedilink
      arrow-up
      7
      ·
      21 days ago

      It still amazes me how well thought out unix was for the era when computing was in its infancy. But I guess that is what you get with computer science nerds from Universities and a budget for development based on making a product the goal, not quarterly profit the goal.

    • the_crotch@sh.itjust.works
      link
      fedilink
      arrow-up
      4
      ·
      21 days ago

      Unix was designed for mainframes, qdos/msdos was designed to be a cpm knockoff the local nerd could use to play commander keen and do his taxes. It’s actually impressive how much modern/business functionality they were able to cram into that.

      • DefederateLemmyMl@feddit.nl
        link
        fedilink
        English
        arrow-up
        6
        ·
        21 days ago

        Unix was designed for mainframes

        Unix was never for mainframes. It was for 16-bit minicomputers that sat below mainframes, but yes they were more advanced than the first personal computers.

        It’s actually impressive how much modern/business functionality they were able to cram into that.

        Absolutely, but you have to admit that it’s a less solid foundation to build a modern operating system on.

        In the 80s, there were several Unices for PC too btw: AT&T, SCO, even Microsoft’s own Xenix. Most of them were prohibitively expensive though.