Page 1 of 1

Cotton Candy OS

Posted: Tue Dec 07, 2021 1:40 pm
by zap8600
Hi! I am announcing my barely developed OS, Cotton Candy OS (CCOS)! You can visit my Github page, https://github.com/zap8600/CCOS, for more information.

Re: Cotton Candy OS

Posted: Fri Dec 10, 2021 2:49 pm
by zap8600
Hello! Currently, I'm looking for some developers that might what to help me. If you want to contact me, please look at my Github page for my OS, https://github.com/zap8600/CCOS, for contact information. Just so you know, I'm in 7th grade, so I may not understand much. I haven't made made a Hello, World! program before, and yet I'm making my own OS. I know, it is stupid. Just if you can help out, that would be very appreciated.

Re: Cotton Candy OS

Posted: Sat Dec 11, 2021 9:16 am
by Klakap
Wow, this sounds exactly like myself :) I started programming my OS in 8th grade. Anyway, good luck! It is stupid in some way, but if you know something about programming, you will have a lot of fun from challenging yourself by creating everything from the zero.

Re: Cotton Candy OS

Posted: Thu Dec 23, 2021 9:33 am
by YDeeps1
Klakap wrote:Wow, this sounds exactly like myself :) I started programming my OS in 8th grade. Anyway, good luck! It is stupid in some way, but if you know something about programming, you will have a lot of fun from challenging yourself by creating everything from the zero.
I agree. Making everything myself with a little help with issues I am facing was the reason I started OS development. Having someone do something for you or plainly copying code for the most part leaves you with no satisfaction. Inventing something from scratch and writing your own libraries to do things such as handling CPU scheduling on your own is very fun knowing you made it yourself; and as a bonus you know how it works because you made it making debugging just a tad easier.