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.
i have a question regarding the redirection of bios ISR. As it is good practice to call the bios ISR before leaving the custom ISR, i wonder what is the correct way of doing so? Is there a nice and tidy way to do so? I was using the following code, but i think this is not the proper way.