836
top 50 comments
sorted by: hot top controversial new old
[-] herrcaptain@lemmy.ca 251 points 7 months ago

I love that they specify that they're not accepting pull requests.

[-] QuazarOmega@lemy.lol 20 points 7 months ago

Even funnier when it's their own platform and it has been missing the feature to disable them for so long afaik

[-] henfredemars@infosec.pub 147 points 7 months ago

The MS-DOS v1.25 and v2.0 files were originally shared at the Computer History Museum on March 25th, 2014 and are being (re)published in this repo to make them easier to find[.]

[-] zarenki@lemmy.ml 131 points 7 months ago

In 2014, MS-DOS 1.25 and 2.0 were released under a Microsoft shared-source license (Microsoft Research License) which forbids redistribution

In 2018, both versions were published to GitHub and relicensed as MIT, making them properly open-source

Today, MS-DOS 4.00 was added to that repo, also under MIT.

load more comments (1 replies)
[-] fubarx@lemmy.ml 141 points 7 months ago

Ignore them. Send a pull request with the full source of Arch Linux.

[-] deadbeef79000@lemmy.nz 50 points 7 months ago* (last edited 7 months ago)

Nah, just a giant compiled binary blob. That's what all the cool hackers do these days.

load more comments (1 replies)
load more comments (9 replies)
[-] cupcakezealot 85 points 7 months ago

i remember writing .bat files and pretending they were really fancy update scripts when i was like ten they did nothing but it was still fun :)

[-] ArmoredThirteen@lemmy.ml 57 points 7 months ago

Like half of my job is writing .bat files to automate stuff locally and not tell my boss that all I do anymore is double click the right things in the right order...

[-] SnipingNinja@slrpnk.net 17 points 7 months ago

Next step, bind them to unused keys on your keyboard and press them in the right order

load more comments (8 replies)
[-] WhiskyTangoFoxtrot@lemmy.world 13 points 7 months ago

Do you ever list your job title as Batman?

load more comments (5 replies)
load more comments (3 replies)
[-] KISSmyOSFeddit@lemmy.world 13 points 7 months ago

They were important to boot games that needed most of your limited memory.

[-] doublejay1999@lemmy.world 14 points 7 months ago

640k should be enough for anybody

load more comments (3 replies)
load more comments (1 replies)
load more comments (6 replies)
[-] bjoern_tantau@swg-empire.de 74 points 7 months ago

I guess we now have a timeframe in which to expect the release of Windows.

[-] onlinepersona@programming.dev 52 points 7 months ago

30+ years after death. Better than 70+ years of copyright 🤷

Anti Commercial-AI license

[-] blindbunny@lemmy.ml 70 points 7 months ago* (last edited 7 months ago)
[-] bjoern_tantau@swg-empire.de 18 points 7 months ago

I wonder if this is of any use to them or if they're already too far ahead.

load more comments (5 replies)
load more comments (1 replies)
[-] Zerush@lemmy.ml 53 points 7 months ago

MS-DOS, Source public available on March 25 2014 with MS Research License, released with as Free Software MIT license in 2018, this yer released as Open Source MS-DOS 4.0. Anyway, the Source code was available since 2014, only different licenses since then.

[-] redcalcium@lemmy.institute 36 points 7 months ago
[-] Tja@programming.dev 16 points 7 months ago

Look at me, I AM FREE DOS now

load more comments (1 replies)
[-] moon@lemmy.ml 34 points 7 months ago

What's the use case that would upset Microsoft the most?

[-] Samsy@lemmy.ml 96 points 7 months ago

Idk, maybe fork it under the name MS-DOSNT

load more comments (1 replies)
load more comments (1 replies)
[-] Omega_Jimes@lemmy.ca 33 points 7 months ago

Look at them, embracing open source like this, how wonderful.

[-] JasonDJ@lemmy.zip 37 points 7 months ago

I'm sure the only reason why they waited this long is that they needed to make sure it's old enough that the companies they stole code from can't sue.

load more comments (1 replies)
[-] SuperNerd@programming.dev 32 points 7 months ago

So cool, thanks. As a kid I spent so much time in DEBUG, stepping through DOS's executables, and especially the Interrupt handlers. It's so neat to see the actual source code-- way easier to read and follow. I didn't know it was all written in assembly, from within Debug it sometimes seemed so messy and convoluted that I just assumed more was written in C.

[-] rickyrigatoni@lemm.ee 30 points 7 months ago
load more comments (5 replies)
[-] PowerCrazy@lemmy.ml 24 points 7 months ago

Where is the ctrl+alt+del function defined? I just want to see what made that sequence work. I'd also be interested in where ctrl+break is defined.

[-] mkwt@lemmy.world 36 points 7 months ago

Ctrl+alt+delete was a separate interrupt line direct from the keyboard. That is, when you pressed the three keys, the interrupt signal was asserted, causing the CPU to jump to the interrupt service routine, which should be in the source code package.

load more comments (2 replies)
[-] lemmyreader@lemmy.ml 21 points 7 months ago

!remind 10 years when they will release the source code of Windows 3.0 for non-commercial use

(3.11 will take another 10 years)

[-] figaro@lemdro.id 13 points 7 months ago

Not gonna happen, windows probably still has 3.0 code deep beneath the tape holding things together now

[-] pennomi@lemmy.world 21 points 7 months ago

Woah MIT license. That’s a lot more permissive than I expected.

[-] TypicalHog@lemm.ee 20 points 7 months ago

Wake me up when they open source Windows 10/11.

load more comments (7 replies)
[-] doublejay1999@lemmy.world 18 points 7 months ago

Would this have Bill’s code in it ? Or was he off the shop floor by then ??

[-] ceasarlegsvin@kbin.social 28 points 7 months ago* (last edited 7 months ago)

I'd be surprised if Windows 11 didn't still have bill's code in it

[-] nomous@lemmy.world 13 points 7 months ago

I'd be surprised if Bill had written anything substantial in decades tbh.

[-] princessnorah 24 points 7 months ago

Both of these comments are probably true.

load more comments (2 replies)
load more comments (3 replies)
[-] marx2k@lemmy.world 15 points 7 months ago

6.22 or foff

[-] leanleft@lemmy.ml 15 points 7 months ago
[-] princessnorah 18 points 7 months ago

ReactOS is a Windows clone though, not an MS-DOS one...

load more comments (1 replies)
load more comments (4 replies)
[-] jemikwa 15 points 7 months ago* (last edited 7 months ago)

https://github.com/microsoft/MS-DOS/blob/main/v4.0/src/DOS/CTRLC.ASM
; The user has returned to us.
So ominous.
; Well... time to abort the user.
Goodbye

[-] xia@lemmy.sdf.org 14 points 7 months ago

How much you wanna bet that a select few turbo-nerds are racing to debug it or something.

[-] DogWater@lemmy.world 14 points 7 months ago

Is this useful for hobbyists besides poking around and seeking the design philosophy at work back then?

Like would there be any advantage or reason to implement this in a home project? For example maybe that it's lightweight and has some rare compatibility or anything like that?

[-] vext01@lemmy.sdf.org 32 points 7 months ago

I think its interesting from a historical perspective.

I imagine people will examine the code, find easter eggs, bugs, unknown features, amusing comments etc.

I look forward to seeing what is found.

load more comments (1 replies)
load more comments (3 replies)
load more comments
view more: next ›
this post was submitted on 26 Apr 2024
836 points (100.0% liked)

Open Source

31367 readers
41 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 5 years ago
MODERATORS