How to use bios idt 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
gabemaiberger
Member
Member
Posts: 40
Joined: Tue Nov 13, 2012 2:54 pm

How to use bios idt in protected mode

Post by gabemaiberger »

How would I use the default idt used in real mode in protected mode?

Code: Select all

var myCat="marshmallow"
User avatar
Nessphoro
Member
Member
Posts: 308
Joined: Sat Apr 30, 2011 12:50 am

Re: How to use bios idt in protected mode

Post by Nessphoro »

Mikemk
Member
Member
Posts: 409
Joined: Sat Oct 22, 2011 12:27 pm

Re: How to use bios idt in protected mode

Post by Mikemk »

OS Dev Wiki wrote:You run some software code translation tool to produce pmode code out of bios rmode code
Or, just write your own interrupts, which is what I am currently working on.
Programming is 80% Math, 20% Grammar, and 10% Creativity <--- Do not make fun of my joke!
If you're new, check this out.
Post Reply