Retro Rocket OS
Loading...
Searching...
No Matches
Retro Rocket OS Documentation

Retro Rocket is a small operating system in the spirit of the 1980s micros. Something you can actually understand, not just use.

It runs on real x86-64 hardware, has its own programming language for the shell and for writing programs, and doesn’t hide much. Everything is there for you to play with if you want to dig into it.

You can sit down with it, try things, break things, and see what happens. The idea is that you’re always close to what the system is actually doing, not several layers removed from it.

Getting into low-level stuff can usually be a bit of a wall. You usually end up fighting tools, languages, and systems that assume you already know the answer. This is a more direct way in.

Retro Rocket meets you in the middle, letting you dive into to the guts of your computer.

Where to start

If you just want to see it running:

If you want it on your own machine:

If you're not sure what you're looking at yet, start here:

What you can do with it

  • Explore how memory, filesystems, and multitasking actually work
  • Write programs directly in the system’s built-in language
  • Dig into the kernel and see how everything fits together
  • Treat it like a playground, or a learning tool, or both

Documentation

Source

Other