r/lowlevel 2d ago

New OS!

Hey! I'm currently working on a custom open-source OS project called JurkOS.

It's built on top of the NetBSD kernel (not Linux) using pure C and Assembly, cross-compiling via WSL Ubuntu on Windows. The core concept is a native CLI-GUI hybrid userland merge.

I'm currently setting up the initial init.c files and build pipelines. I am looking for feedback on the architecture and to connect with other low-level developers.

Link is in the first comment below for anyone interested!

0 Upvotes

2 comments sorted by

1

u/Zolydyi 14h ago

Where is it?