this post was submitted on 26 Apr 2024
826 points (97.7% liked)

Open Source

30511 readers
146 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
you are viewing a single comment's thread
view the rest of the comments
[–] DogWater 13 points 5 months ago (4 children)

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?

[–] [email protected] 32 points 5 months ago (1 children)

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.

[–] Potatos_are_not_friends 11 points 5 months ago

Looking forward to the "when I wrote this code, only god and I knew how it works. Now only god knows" comments.

[–] Aux 10 points 5 months ago (1 children)

It is useful if you want to learn how to create an OS from scratch as a hobby. Modern open source systems like Linux are ridiculously complex and studying Linux kernel code is not something a newcomer should do. Studying old and simple systems like MS DOS is a better alternative, which will help you grasp the basics of how OS functions. And once you have these basics, you can move on to more complex systems.

[–] DogWater 1 points 5 months ago

That's a cool use case. I like that idea

[–] bigredcar 10 points 5 months ago (1 children)

There are a lot of decades old embedded systems out there. Every so often you hear about a big company still relying on floppy disks and other old tech, including major railways and airplane companies. Having the source code will help with debugging better than having to disassemble or other reverse engineering.

[–] DogWater 1 points 5 months ago

ATC is a famous one of those lol

[–] [email protected] 1 points 5 months ago

Maybe as a reference, if you want to build another abomination?