I Can't Get Interrupts Working: Difference between revisions

Typos
[unchecked revision][unchecked revision]
(Typos)
Line 133:
Please post '''''Completed''''' problems here.
 
First of all, check your GDT. Keep in mind padding issues. In C this goes like:
<source lang="c">
// GCC
struct IDT_reg {
//struct here
} __attributte____attribute__((packed));
 
struct GDT_reg {
//struct here
} __attributte____attribute__((packed));
 
// Visual C++
Anonymous user