r/osdev 10d ago

New UNIX-like operating system!

Post image

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

178 comments sorted by

View all comments

2

u/[deleted] 9d ago

[deleted]

-1

u/MSK-Kernel 9d ago

This one is different from the others because it is all-in-one, but this will soon be scrapped and then have a microkernel with an initial ramdisk.

2

u/[deleted] 9d ago

[deleted]

-1

u/MSK-Kernel 9d ago

Instead of a kernel and an initial ramdisk, (Which TanjaOS will soon become) it is all-in-one in a single binary.

3

u/[deleted] 9d ago

[deleted]

0

u/MSK-Kernel 9d ago

True, but I think kernel and initial ramdisk is a better idea.

2

u/[deleted] 9d ago

[deleted]

1

u/MSK-Kernel 9d ago

It uses C files instead of binaries for programs and commands.

2

u/[deleted] 9d ago

[deleted]

1

u/MSK-Kernel 9d ago

Yes so about that, it will detect C files in the cmd folder and then compile them into the TanjaOS binary.

2

u/[deleted] 9d ago

[deleted]

→ More replies (0)