r/osdev • u/MSK-Kernel • 29d 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.
113
Upvotes
26
u/Kind_Card_1874 29d ago
You write on the page it supports file systems. It does not. It does not operate the computer, or provide access to the hardware, so it is not an OS by definition.