Interreputs handle

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.
Locked
kolesnle
Posts: 1
Joined: Thu Jul 25, 2013 2:01 am

Interreputs handle

Post 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.
User avatar
AJ
Member
Member
Posts: 2646
Joined: Sun Oct 22, 2006 7:01 am
Location: Devon, UK
Contact:

Re: Interreputs handle

Post by AJ »

Locked