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.
mmiikkee12 wrote:I was planning on waiting until I have all my current code working before importing it into a SVN repo. Should I do that now so you can see my code?
It's advisable to check into a svn / cvs / something repo ASAP after you get one more feature working. You wouldn't be the first to have the just-not-working product remove half its source.
your asm stubs are incorrect: you push two values (or one if the error code is already there), but you neglegt to pop them once the interrupt routine returns
"Certainly avoid yourself. He is a newbie and might not realize it. You'll hate his code deeply a few years down the road." - Sortie
[ My OS ] [ VDisk/SFS ]
I'm going to take a short (couple of hours) break from OSDev for a few hours to do some web coding (for my OS's website of course , but please feel free to try to tell me wtf is going on
Gate Type? Are you sure you're not making your code segment a "System" segment?