Story Details

  • Show HN: My self-written hobby OS is finally running on my vintage IBM ThinkPad

    Posted: 2025-04-26 12:51:41

    A hobby operating system, RetrOS-32, built from scratch, is now functional on a vintage IBM ThinkPad. Written primarily in C and some assembly, it supports a 32-bit protected mode environment, features a custom kernel, and boasts a simple command-line interface. Currently, functionalities include keyboard input, text-based screen output, and disk access, with the developer aiming to eventually expand to a graphical user interface and more advanced features. The project, RetrOS-32, is available on GitHub and showcases a passion for low-level programming and operating system development.

    Summary of Comments ( 28 )
    https://news.ycombinator.com/item?id=43803148

    Hacker News users generally expressed enthusiasm for the RetrOS-32 project, praising the author's dedication and the impressive feat of creating a hobby OS. Several commenters reminisced about their own experiences with older hardware and OS development. Some discussed the technical aspects of the project, inquiring about the choice of programming language (C) and the possibility of adding features like protected mode or multitasking. A few users expressed interest in contributing to the project. There was also discussion about the challenges and rewards of working with older hardware, with some users sharing their own experiences and advice.