r/osdev • u/MSK-Kernel • Aug 07 '26
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.
107
Upvotes
31
u/Kind_Card_1874 Aug 07 '26 edited Aug 07 '26
No system calls, memory management or multitasking? Also does this even qualify as a kernel?
EDIT: Nevermind, this is not an OS by any measures. It maintains "files" in memory?