In my last thread(see thread272-688411), I put the question why the BIOS' s segment is not F000.In oleksii's answer,interrupt vector has been redirected after bootup (by System?). Where was this redirected?(For example,int 13h) Can the chunk of the codes which is redirected take the place of the original handler in function?
Some software redirect the interrupt vector, I want to resume the original handler.Which address should I put in the IDT,the one system redirected or the one of the BIOS?And how can I get it(It's important to me)?
I'm a newcomer of tek-tips.I don't know which I should do when I want to continue a topic, reply in the same thread or put a new thread. Please tell me.
Some software redirect the interrupt vector, I want to resume the original handler.Which address should I put in the IDT,the one system redirected or the one of the BIOS?And how can I get it(It's important to me)?
I'm a newcomer of tek-tips.I don't know which I should do when I want to continue a topic, reply in the same thread or put a new thread. Please tell me.