153
submitted 3 months ago by Dnew10@lemmy.world to c/technology@lemmy.world
top 24 comments
sorted by: hot top controversial new old
[-] user224 66 points 3 months ago

Great.
This should be the standard for old retired software.

[-] LimpRimble@lemmy.ca 33 points 3 months ago* (last edited 3 months ago)
[-] avidamoeba@lemmy.ca 33 points 3 months ago
[-] TangledHyphae@lemmy.world 20 points 3 months ago

I was shocked as I went through the source struggling to find any modules that had C. Craziness.

[-] Diabolo96@lemmy.dbzer0.com 20 points 3 months ago* (last edited 3 months ago)

Will it help improve wine? If yes, great! If no, I geuss it's a great learning tool for new OS devs.

[-] Toes@ani.social 26 points 3 months ago

It could be helpful for dosbox devs.

[-] Yaztromo@lemmy.world 26 points 3 months ago

As someone who has done some OS dev, it’s not likely to be of much help. DOS didn’t have much of any of the defining features of most modern OS’s — it barely had a kernel, there was no multitasking, no memory management, no memory protection, no networking, and everything ran at the same privilege level. What little bit of an API was there was purely through a handful of software interrupts — otherwise, it was up to your code to communicate with nearly all the hardware directly (or to communicate with whatever bespoke device driver your hardware required).

This is great for anyone that wants to provide old-school DOS compatibility, and could be useful in the far future to aid in “digital archaeology” (i.e.: being able to run old 80’s and early 90’s software for research and archival purposes on “real DOS”) — but that’s about it. DOS wasn’t even all that modern for its time — we have much better tools to use and learn from for designing OS’s today.

As a sort of historical perspective this is useful, but not likely for anything else.

[-] TootSweet@lemmy.world 5 points 3 months ago

Extremely enlightening comment here.

Sounds like IBM kindof got ripped off. Seems about right for Gates/Ballmer/Microsoft.

And I bet a lot more of that jank is still in modern Windows than I'd like to think about.

[-] Yaztromo@lemmy.world 12 points 3 months ago

To put things into context, IBM didn’t get ripped off in any way (at least not from DOS - the whole IBM/Microsoft OS/2 debacle is a different story). The earliest PCs (IBM PC, IBM PC XT, IBM PC Jr., and associated clones) didn’t really have the hardware capabilities needed to permit a more advanced operating system. There was no flat memory model, no protection rings, and no Translation Look-aside Buffer (TLB). The low maximum unpaged memory addressing limit (1MB) made it difficult to run more than one process at a time, and really limits how much OS you can have active on the machine (modern Windows by way of example reserves 1GB of virtual RAM per process just for kernel memory mapping).

These things did exist on mainframe and mini computers of the day — so the ideas and techniques weren’t unknown — but the cheaper IBM PCs had so many limitations that those techniques were mostly detrimental (there were some pre-emptive OSs for 8086/8088 based PCs, but they had a lot of limitations, particularly around memory management and protection), if not outright impossible. Hence the popularity of DOS in its day — it was simple, cheap, didn’t require a lot of resources, and mostly stayed out of the way of application development. It worked reasonably well given the limitations of the platforms it ran on, and the expectations of users.

So IBM did just fine from that deal — it was when they went in with Microsoft to replace DOS with a new OS that did feature pre-emptive multitasking, memory protection, and other modern techniques that they got royally screwed over by Microsoft (vis: the history of OS/2 development).

[-] FalseMyrmidon@kbin.run 5 points 3 months ago
[-] Toes@ani.social 1 points 3 months ago* (last edited 3 months ago)

I'd like to see the same for 5 and dos4gw. Could potentially help with maintaining legacy stuff.

[-] Yaztromo@lemmy.world 4 points 3 months ago

I’m not sure what’s keeping Microsoft and ibm from Open Sourcing all the rest of the DOS versions as well — the 3.x series was very influential, 5 added disk compression, and 6 was the most modern of them all. I can’t remember if Stac’s lawsuit against Microsoft would require them to take out the disk compression parts (although AFAIK the relevant patents are probably long expired now), but even if that’s the case having these available as OSS would also be useful — even if only for a historical context.

[-] deweydecibel@lemmy.world 7 points 3 months ago

The only reason they would ever open source something like this is because there's no practical use for it in modern-day computing.

[-] TootSweet@lemmy.world 5 points 3 months ago

Yeah. This is Microsoft we're talking about.

[-] just_another_person@lemmy.world 9 points 3 months ago

DosBox gonna get a boost?

[-] hydroptic@sopuli.xyz 4 points 3 months ago

MIT license too, huh. I was sort of expecting a more restrictive one because, well, Microsoft and IBM

[-] NeatNit@discuss.tchncs.de 4 points 3 months ago

They could not care less, this is so ancient and irrelevant.

[-] hydroptic@sopuli.xyz 3 points 3 months ago

Something being ancient and irrelevant tdoesn't stop a lot of companies.

[-] RizzRustbolt@lemmy.world 3 points 3 months ago

Then once all the problems are fixed, make it private again.

[-] cy_narrator@discuss.tchncs.de 1 points 3 months ago

Even Windows XP is unofficially open source at this point.

this post was submitted on 27 Apr 2024
153 points (96.4% liked)

Technology

57273 readers
4448 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS