I am creating my new OS...

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
Thunder

I am creating my new OS...

Post by Thunder »

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
anubis

Re:I am creating my new OS...

Post by anubis »

gr8 :o
by the way why don't you write it linux-way that is combining C with assembly

it would be slow but simpler
DynatOS

Re:I am creating my new OS...

Post by DynatOS »

Simple, they don't want it to be like Linux, and they also don't want to use the GPL.
Thunder

Re:I am creating my new OS...

Post by Thunder »

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...
Tim

Re:I am creating my new OS...

Post by Tim »

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.
DynatOS

Re:I am creating my new OS...

Post by DynatOS »

Don't feel bad for selling-out instead of learning Tim, not everyone can handle it ;)
Tim

Re:I am creating my new OS...

Post by Tim »

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.
DynatOS

Re:I am creating my new OS...

Post by DynatOS »

Fair enough... I say "tomato" and you say "tomato" ;)
Post Reply