NT is often touted as a “very advanced” operating system. Why is that? What made NT better than Unix, if anything? And is that still the case?

Which brings me to this article—a collection of thoughts comparing the design of NT (July 1993) against contemporary Unix systems such as 4.4BSD (June 1994) or Linux 1.0 (March 1994). Beware that, due to my background, the text is written from the point of view of a Unix “expert” and an NT “clueless”, so it focuses on describing the things that NT does differently.

Long but interesting article that compares the Windows NT kernel to traditional Unix kernels such as that found in BSDs or Linux.

  • mox@lemmy.sdf.org
    link
    fedilink
    arrow-up
    25
    ·
    8 days ago

    Control+F: VMS

    Phrase not found

    Disappointing that the author didn’t seem aware of Windows NT’s connections to VMS. Some fun facts:

    • Dave Cutler, the WNT lead architect, previously worked on VMS.
    • Several of WNT’s internal systems bear similarity to those in VMS.
    • VMS is a closer contemporary of Unix than WNT is.
    • Advancing each letter in “VMS” yields “WNT”. (It has long been speculated that this was no accident.)
  • tal@lemmy.today
    link
    fedilink
    English
    arrow-up
    19
    ·
    8 days ago

    Unix’s history is long—much longer than NT’s. Unix’s development started in 1969 and its primary goal was to be a convenient platform for programmers. Unix was inspired by Multics, but compared to that other system, Unix focused on simplicity which is a trait that let it triumph over Multics.

    On the other hand, NT’s design derived from VMS’s design, and a lot of people who built the latter system were involved with creating NT.

    https://www.itprotoday.com/server-virtualization/windows-nt-and-vms-the-rest-of-the-story

  • thingsiplay@beehaw.org
    link
    fedilink
    arrow-up
    11
    arrow-down
    1
    ·
    8 days ago

    NT is often touted as a “very advanced” operating system. Why is that? What made NT better than Unix, if anything?

    NT was very advanced compared to its prior Kernel, not compared to Unix.

  • Kissaki@programming.dev
    link
    fedilink
    English
    arrow-up
    9
    ·
    7 days ago

    I recently watched a presentation (on YouTube from a conference/offline presentation) about Systemd which also went into its focus/baseline of Linux, not Unix, and how NT supported a stronger service concept from the beginning. It was quite interesting to learn about the differences and the presenter’s assessment and reasoning of the necessity of Systemd or something else that replaces or extends init and rc.d.

  • MonkderVierte@lemmy.ml
    link
    fedilink
    arrow-up
    1
    arrow-down
    2
    ·
    edit-2
    7 days ago

    Basically, they developed a nice kernel with POSIX compatibility but then choose to ignore that part in the upper layers and explorer.exe?