Interreputs handle
Posted: Thu Jul 25, 2013 2:26 am
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:
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.
I must load IDTR to some address and load him to variable, so:
Code: Select all
IDescr * table = reinterpret_cast<IDescr*>( IDTR_ADDRESS );
I think, I don't understand correctly. Please say, how to correctly do this.
Sorry for my bad English.
With kind regards,
Vladimir.