Page 1 of 1

Interreputs handle

Posted: Thu Jul 25, 2013 2:26 am
by kolesnle
I read an article about the interrupt handling on osdev. I understood so,
I must load IDTR to some address and load him to variable, so:

Code: Select all

IDescr * table = reinterpret_cast<IDescr*>( IDTR_ADDRESS );
And after this, I must record to table some information. Yes? I understand correctly?
I think, I don't understand correctly. Please say, how to correctly do this.

Sorry for my bad English.

With kind regards,
Vladimir.

Re: Interreputs handle

Posted: Thu Jul 25, 2013 2:31 am
by AJ