Skip to content
Tech News
← Back to articles

Tumble Forth – from assembly to OS with C compiler (2023)

read original more articles
Why This Matters

This article highlights the importance of understanding low-level programming and operating system development, emphasizing how building from bare metal up can deepen technical knowledge and foster innovation. It underscores the value for developers and enthusiasts to explore foundational computing concepts, which can lead to more efficient, secure, and customizable systems in the tech industry.

Key Takeaways

Tumble Forth

Hello, my name is Virgil Dupras, author of Collapse OS and Dusk OS and I'm starting a series of articles that aims to hand-hold my former self, a regular web developer, into the rabbit hole leading to the wonderful world of low level programming. Hopefully, I can hand-hold you too.

The general goal is to broaden your perspectives on the subject of computing. I intend do to that through story arcs leading, step by step, to some nice and shiny objective. I also intend to work into a gimmick where in each episode, I get to tell one corny joke.

The target reader is a person who knows their way around programming, but is inexperienced in the area of low level programming. If you're the target reader but find some parts of this content difficult to understand, this is not intentional. In this case, or if you have any question or comment, reach out to me at [email protected].

Story arcs

Buckle up, Dorothy

In my “pilot” story arc, we peek in disgust in the abyss of modern software complexity and escape this dystopia by tumbling down the rabbit hole of low level development.

Starting from bare metal on the PC platform, we build a Forth from scratch, then switch to Dusk OS and then build a partial C compiler (just enough to compile our example code), again from scratch.

Table of Contents