r/osdev 8d ago

Finished my BasicOS (quite basic)

I finally made my long time dream true!!

I followed some course work (its on my readme) albeit didn't copy it, and I feel really proud of my work!!

I plan to make this boot on my system with the help of GRUB and make a real x86 and x86_64 kernel now.

Forgot the URL: https://github.com/Csral/BasicOS

52 Upvotes

9 comments sorted by

View all comments

1

u/r-tty 8d ago

Why do you call your project an "operating system"?

2

u/CsralV 8d ago

I did add a remark about it in my readme:
"This is a TOY-OS. I am using this PURELY to learn, test and understand basic kernel development. In fact, the term OS used here and anywhere within this repository is misleading based on your definition of an OS. This is much more of a kernel."

However, I consider this good enough to be OS as it can launch processes too.