this post was submitted on 02 Apr 2024
413 points (91.2% liked)
linuxmemes
24254 readers
2198 users here now
Hint: :q!
Sister communities:
Community rules (click to expand)
1. Follow the site-wide rules
- Instance-wide TOS: https://legal.lemmy.world/tos/
- Lemmy code of conduct: https://join-lemmy.org/docs/code_of_conduct.html
2. Be civil
- Understand the difference between a joke and an insult.
- Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
- Don't get baited into back-and-forth insults. We are not animals.
- Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
- Bigotry will not be tolerated.
3. Post Linux-related content
- Including Unix and BSD.
- Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of
sudo
in Windows. - No porn, no politics, no trolling or ragebaiting.
4. No recent reposts
- Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
5. π¬π§ Language/ΡΠ·ΡΠΊ/Sprache
- This is primarily an English-speaking community. π¬π§π¦πΊπΊπΈ
- Comments written in other languages are allowed.
- The substance of a post should be comprehensible for people who only speak English.
- Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
6. (NEW!) Regarding public figures
We all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations. - Keep discussions polite and free of disparagement.
- We are never in possession of all of the facts. Defamatory comments will not be tolerated.
- Discussions that get too heated will be locked and offending comments removed. Β
Please report posts and comments that break these rules!
Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
That's a funny way to spell DOS
That's a funny way to spell NT
That's a funny way to spell.
That's funny.
.
Fun
F
Windows is based on VMS which was based on RSX-11. Rsx-11 was the OS that Unix was written on.
So a truly traditionally authentic Linux kernel should be compiled under Windows.
No no, I wrote it as an expansion for WSL (Window'S Linux)
I realize you're trying to be funny, but just in case you don't know the actual history:
The Windows NT kernel was architected by Dave Cutler, who had previously designed the VMS and RSX-11M kernels. (RSX-11 is actually a family of PDP-11 operating systems; the "M" stood for "multitasking.") No code was ever shared between the three.
The Unix implementation team started out on a PDP-7, which was a much smaller computer than a PDP-11. Its first code was cross-compiled from a GE 635 mainframe left over at AT&T from the Multics project, which (if it ran anything) would have only had GECOS available. They did eventually graduate to a PDP-11/45, but to do this they used their PDP-7 system to cross-compile. Unix was ported to the PDP-11 in 1970, two years before the first RSX-11 release from DEC (which wasn't even Cutler's RSX-11M; that was 1974).
The appropriate precursor to Linux would be Minix, a much later Unix-like system, which Torvalds was trying to clone. At the time, Microsoft did have its hands in the x86 'nix pie, however; Xenix was popular in business.
A minor correction:
I remember the lawsuit threats back in the 90's. Here's an article from 1996:
"Last year, somone from the Massachusetts Institute of Technology apparently found whole chunks of Mica comment for comment, note for note still there in Windows NT."
https://techmonitor.ai/technology/dec_forced_microsoft_into_alliance_with_legal_threat
Right; Mica wasn't VMS as far as I know, but rather a generic kernel that would have hosted VMS as a client API, a little like how NT hosts Win32 and POSIX (and not OS/2), or how IBM's Workplace OS was going to host OS/2, AIX, and Mac OS as "personalities." It's not likely that any VMS-specific code would have been salvaged from Mica for use in NT, but rather the nucleus of a portable API-agnostic kernel, in which case any architectural resemblance to VMS has more to do with Cutler's sensibilities and less to do with code re-use.