I Can't Get Interrupts Working: Difference between revisions

→‎Problems: code made more obvious
[unchecked revision][unchecked revision]
m (→‎Problems: correct spelling)
(→‎Problems: code made more obvious)
Line 134:
#pragma pack(push, 1)
struct IDT_reg {
//struct here
};
#pragma pack(pop, 1)
#pragma pack(push, 1)
struct GDT_reg {
//struct here
};
Anonymous user