this post was submitted on 09 Sep 2024
3 points (100.0% liked)

Programming

21400 readers
92 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

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.

top 2 comments
sorted by: hot top controversial new old
[–] thingsiplay@beehaw.org 1 points 10 months 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.

[–] MonkderVierte@lemmy.ml 1 points 9 months ago* (last edited 9 months ago)

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