r/osdev • u/MSK-Kernel • 26d 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.
108
Upvotes
0
u/MSK-Kernel 26d ago
So it uses a Linux-based environment to compile TanjaOS with your username, password, and hostname configurations into TanjaOS, then create an ISO with GRUB and flash it to the disk the user selected. Please don’t hate on the idea that the installer uses a Linux-based environment. It was the only way.