DEV Community

17lwinn
17lwinn

Posted on

SuperPyOS- intro

intro ....


Not one for introductions, here goes.

6 months ago, i had begun to make what hadn't been made before. SuperPyOS- the 'OS written in python'.

Then when I revived it a few weeks ago. I got another person on glitch.com to help, and at that moment we began to turn it into a fully fledged linux distro. Or something like that.


How did we do it?- simple things like boolean logic and input are essential to this project. We split the project into parts:

  1. Them pythonic scripts that act as the bootloader
  2. The main script that houses our terminal
  3. The programs- languages, configuration etc.

I hope this series will help you build a simple OS in no time!

Source!: https://glitch.com/~python-os

Top comments (0)