Hey, I'm creating OS too.I have my boot loader.I'm creating my kernel with asembler NASM. My OS name is THUNDER OS...
I will create GUI for my OS
I am creating my new OS...
Re:I am creating my new OS...
gr8
by the way why don't you write it linux-way that is combining C with assembly
it would be slow but simpler
by the way why don't you write it linux-way that is combining C with assembly
it would be slow but simpler
Re:I am creating my new OS...
Simple, they don't want it to be like Linux, and they also don't want to use the GPL.
Re:I am creating my new OS...
Yes, i'm creating my OS with asm because I don't like Linux at all, I wan't to create fast OS and everything make my self...
Re:I am creating my new OS...
It's good to see so many people who are so good at assembly that they can write better code than their compiler. Good luck to them...
Me, I'm so bad at assembly that gcc 2.95 can write better code than me. I just can't seem to memorise all the different pipelining rules for the Pentium, Pentium II, Pentium III and Pentium 4, not to mention AMD CPUs. I guess I'm just lazy by leaving optimization to the compiler.
Me, I'm so bad at assembly that gcc 2.95 can write better code than me. I just can't seem to memorise all the different pipelining rules for the Pentium, Pentium II, Pentium III and Pentium 4, not to mention AMD CPUs. I guess I'm just lazy by leaving optimization to the compiler.
Re:I am creating my new OS...
Don't feel bad for selling-out instead of learning Tim, not everyone can handle it
Re:I am creating my new OS...
LOL... I'm not saying I don't know how to write assembly code (which I do), but that I don't need to know, because my compiler has all the knowledge built in.