惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Vercel News
Vercel News
N
Netflix TechBlog - Medium
C
Check Point Blog
MyScale Blog
MyScale Blog
The GitHub Blog
The GitHub Blog
Blog — PlanetScale
Blog — PlanetScale
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
WordPress大学
WordPress大学
博客园 - Franky
MongoDB | Blog
MongoDB | Blog
I
InfoQ
Hugging Face - Blog
Hugging Face - Blog
Recent Announcements
Recent Announcements
人人都是产品经理
人人都是产品经理
腾讯CDC
V
Visual Studio Blog
Engineering at Meta
Engineering at Meta
T
The Blog of Author Tim Ferriss
V
V2EX
云风的 BLOG
云风的 BLOG
Microsoft Azure Blog
Microsoft Azure Blog
U
Unit 42
B
Blog

The Register - Software: OSes

Fedora: Microsoft is all aboard, but Deepin is dumped Microsoft promises to do better, but it has a long way to go First big Microsoft update after vow to 'win back fans' Who needs ghost train scares when Windows is such a fright? Microsoft boss tells investors the company is working to 'win back fans' Microsoft boss says company is working to 'win back fans' Linux cryptographic code flaw offers fast route to root Fedora 44 is out – countless versions of it Microsoft updates the Windows Update Experience Windows second-chance setup hurts IT, productivity Ubuntu Resolute Raccoon drops Xorg, keeps X11 apps alive More ancient Linux device support facing the ax WSL9x hacks Linux into ancient Windows 9x systems UK tribunal sends £2B claim accusing Microsoft of overcharging for licensing to trial Zorin OS 18.1 released - and the Lite edition reappears Task Manager's CPU%: an obituary for the recent past Linux 7.1 will have an optional new NTFS driver Microsoft releases Windows Server update to fix April update 20-year-old Enlightenment E16 bug finally gets patched 20-year-old Enlightenment E16 bug finally gets patched Raspberry Pi OS ends open-door policy for sudo Firefox Nightly adds Web Serial after years of saying no Windows Update: Torture chamber for seldom-used PCs Windows Update: Torture chamber for seldom-used PCs Notepad loses Copilot icon as Microsoft gives subtlety a try Notepad loses Copilot icon as Microsoft gives subtlety a try Microsoft attempts to untangle Windows Insider program Adobe finally patches PDF pest after months of abuse NHS pays £46K to prep next Microsoft licensing round Linux 7.0 debuts as Linus Torvalds ponders AI's impact
Microsoft sets its sights on the past with 86-DOS and PC-DOS
Richard Speed Richard Speed · 2026-04-29 · via The Register - Software: OSes

OSes

Microsoft opens door to the past by releasing 86-DOS and PC-DOS 1.00

Back to a time when source repositories were printouts and commits were hand-written notes

ANTIQUES CODE SHOW Microsoft has released the source for another of its relics. This time, it's 86-DOS 1.00 getting the open source treatment, and a whole lot more for retro enthusiasts.

The release comes a year after Microsoft set the source for MS-DOS 4.0 free, but it includes a lot more than just the bones of an old operating system.

According to a post by Microsoft's Stacey Haffner and Scott Hanselman, "The listings include sources to the 86-DOS 1.00 kernel, several development snapshots of the PC-DOS 1.00 kernel, and some well-known utilities such as CHKDSK."

"Not only were these assembler listings, but there were also listings of the assembler itself!"

It is quite the treasure trove of information, and a throwback to an era when printouts were your friend for storing source code. "Software history lives in code, yes," acknowledged the pair, "but also in scanned listings, internal documents, assembler printouts, and the sometimes wonderfully analog artifacts of how operating systems came together in the late 1970s and early 1980s."

In a post on Bluesky, Hanselman wrote, "The earliest DOS source code was found on printer paper in Tim Paterson's garage."

The printout predates tools like GitHub by decades. Where a Git repository might have a commit history, the printouts "create a timeline of changes, showing which features were implemented when, what errors were made, and how they were fixed."

86-DOS was released in 1980 and was the brainchild of Tim Paterson. Microsoft licensed it and eventually purchased all rights in 1981, shortly before the release of the IBM PC. Various lawsuits were launched in subsequent years over the deal, and some alleged similarities to CP/M, but the key thing here is the insight the material provides into the development of PC-DOS 1.00.

Hanselman, Haffner, and the rest of the team behind the release are to be commended for their effort in dusting off the source and painstakingly scanning in and transcribing a stack of Paterson's printouts and notes.

How much practical use the first version of DOS will have outside the retro enthusiast community is debatable, though it is a fascinating insight into how the operating system came to be and highlights a time when code was crammed into the smallest space possible, while retaining utility and efficiency.

Lessons for modern programmers, then, as well as an invaluable resource for IT historians. ®