Page 1 of 1
os developement
Posted: Sun Oct 12, 2008 12:26 am
by abhijit
can any one help us how we can write kernel in C without using assemble directly.
can you suggest some compiler or IDE for developement. what type of hardware study should we do to study the working of pentium microprocessor.
your friend,
abhijit & deepak
Re: os developement
Posted: Sun Oct 12, 2008 12:42 am
by piranha
Read
>This<. It was all of the information.
Get the intel manuals, they are invaluable, and free (free shipping too
Good luck,
-JL
Re: os developement
Posted: Sun Oct 12, 2008 3:57 am
by JamesM
abhijit wrote:can any one help us how we can write kernel in C without using assemble directly.
can you suggest some compiler or IDE for developement. what type of hardware study should we do to study the working of pentium microprocessor.
your friend,
abhijit & deepak
The question is, "Why don't you want to use assembly?". If the answer is that you don't understand it, go away and understand it first. If the answer is that you prefer C, that's fine. You can write an OS in C, however you
will need one or two assembler bits, because C isn't expansive enough as a language to perform all the hardware-related tasks you need to perform as an operating system.
Read the link pirhana posted.
James