I’ve relaunched the project PythOS, a Linux distro but almost fully written in Python.
Instead of relying on init systems like BusyBox, it uses bare-minimum components:
a Linux kernel, musl library, Python library, and my own Python runtime (init systems are written by me in C)
I’ve actually worked on a project like this, also a Linux distro written in C, but back then, the distro relied on Alpine Linux as a base system.
This time I’m actually trying to create the Linux distro myself :)
The image I’ve uploaded is a preview of the shell. It’s still run on my Linux VM as it’s not built into a system yet.
Comments 0
No comments yet. Be the first!
Sign in to join the conversation.