amaneureka wrote:Those warning lines are just for mine sake of convenience. So that VS list that line in message box, And i don't have to search those line.
Wow, I didn't know that was there. I'm going to have to remember that...
But, back to your problem, you may have an IRQ issue, if your interrupt handlers aren't working yet. I assume that is why the warnings are there.
amaneureka wrote:Yes Atomos is c# managed operating system. Almost written in C# and had its own compiler to compile the kernel =D
Well, if it helps, my OS is open source and posted up on codeplex:
http://ozone.codeplex.com
The "compiler" is written in C#, but most of the "code" is actually written in XML, so it should, hopefully, be fairly easy to follow. One of the reasons that I chose XML was so that it would be easy to read, and easy to translate to other languages.
Check out this code to read a block from a IDE ATAPI CDROM:
http://ozone.codeplex.com/SourceControl ... erator.xml
Just let me know if you have any questions, or if there is anything that I can do to help.