LIDT in protected mode

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.
Post Reply
Lovmy
Posts: 17
Joined: Fri Oct 05, 2007 5:58 am

LIDT in protected mode

Post by Lovmy »

Hello,

Can i setup IDT after swap to protected mode ?

Bye
Pyrofan1
Member
Member
Posts: 234
Joined: Sun Apr 29, 2007 1:13 am

Post by Pyrofan1 »

yes
Lovmy
Posts: 17
Joined: Fri Oct 05, 2007 5:58 am

Post by Lovmy »

Thank !
jal
Member
Member
Posts: 1385
Joined: Wed Oct 31, 2007 9:09 am

Re: LIDT in protected mode

Post by jal »

Lovmy wrote:Can i setup IDT after swap to protected mode ?
Yes. Just make sure you don't have interrupts enabled. You don't need an IDT until you want an interrupt (or exception) handled.


JAL
Post Reply