I Can't Get Interrupts Working: Difference between revisions

Jump to navigation Jump to search
[unchecked revision][unchecked revision]
Content deleted Content added
m →‎Problems: correct spelling
→‎Problems: code made more obvious
Line 134: Line 134:
#pragma pack(push, 1)
#pragma pack(push, 1)
struct IDT_reg {
struct IDT_reg {
//struct here
};
#pragma pack(pop, 1)
#pragma pack(push, 1)
struct GDT_reg {
//struct here
//struct here
};
};