• @DogWater
    link
    1323 days 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?

    • @[email protected]
      link
      fedilink
      3223 days 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.

      • @Potatos_are_not_friends
        link
        1123 days ago

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

    • @Aux
      link
      1023 days ago

      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
        link
        123 days ago

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

    • @bigredcar
      link
      1023 days ago

      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
        link
        123 days ago

        ATC is a famous one of those lol