I Can't Get Interrupts Working: Difference between revisions

Jump to navigation Jump to search
m
→‎Problems: correct spelling
[unchecked revision][unchecked revision]
(merging IDT problems)
m (→‎Problems: correct spelling)
Line 132:
First of all check your GDT. Keep in mind padding issues. In C this goes like:
<source lang="c">
#pragma pack(push, 1)
struct IDT_reg {
//struct here
};
#pragma pachpack(pop, 1)
</source>
 
Anonymous user
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu