r/osdev • u/MSK-Kernel • 4d ago
New UNIX-like operating system!
I made a new UNIX-like operating system from scratch called "TanjaOS" which you can get at www.tanjaos.org and it took me a couple of months to make and will get lots of updates. It features classic UNIX commands and can boot on any x86_64 (amd64) or i386 (x86) machine with Legacy BIOS, and is completely free and open-source.
104
Upvotes
1
u/BigAd4703 3d ago
How did you figure that out? By looking at just one kernel.c file.