IDT Descriptor Format?

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
Triumph

IDT Descriptor Format?

Post by Triumph »

Hi...

I've begun programming the PIC and whatever followes, but then i came to the IDT Descriptor (I've read about it at www.osdever.net), and now I'm a bit confused about what some of the bits does...

They have a table, that describes what the bits does, but then bit 12-4 in first doubleword are just there without any notifications of their importance or what they do:

12 7 4
(01110) 5 bits (000) 3 bits Not Used
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:IDT Descriptor Format?

Post by Solar »

Do get yourself a copy of the Intel manuals. They are the definite reference.

http://www.intel.com/design/pentium4/manuals/
Every good solution is obvious once you've found it.
Triumph

Re:IDT Descriptor Format?

Post by Triumph »

Heh... I've read a lot about these, but never knew where to find them :)

Is it all of the links under the manual section i have to use, or is it just some of them, if so which?
User avatar
Candy
Member
Member
Posts: 3882
Joined: Tue Oct 17, 2006 11:33 pm
Location: Eindhoven

Re:IDT Descriptor Format?

Post by Candy »

Triumph wrote: Heh... I've read a lot about these, but never knew where to find them :)

Is it all of the links under the manual section i have to use, or is it just some of them, if so which?
Part one is an introduction, part three is the full system level overview (not interesting to just about all, but explicitly very interesting to us!) and part two is the full list of all opcodes from the 8086 up to the P4-prescott with 64-bit extensions.

In short, you can use all, but you probably only NEED part 3. The others do come in handy though. You can also use the optimization manual for getting a better understanding of the cpu.
User avatar
bubach
Member
Member
Posts: 1223
Joined: Sat Oct 23, 2004 11:00 pm
Location: Sweden
Contact:

Re:IDT Descriptor Format?

Post by bubach »

part three is the full system level overview (not interesting to just about all, but explicitly very interesting to us!)
..and the only one that are out of stock and must be read in pdf format on the computer.. :-(
"Simplicity is the ultimate sophistication."
http://bos.asmhackers.net/ - GitHub
Triumph

Re:IDT Descriptor Format?

Post by Triumph »

I tried to dl them yester day, but my browser chrashed whenever i tried, but a friend of mine send me a pdf file called: Intel Architecture Software Developer's Manual Volume 3: System Programming...

Is that the one im going to use?
User avatar
Solar
Member
Member
Posts: 7615
Joined: Thu Nov 16, 2006 12:01 pm
Location: Germany
Contact:

Re:IDT Descriptor Format?

Post by Solar »

Yes. ga.
Every good solution is obvious once you've found it.
Post Reply