[idt] that's a pointer

This commit is contained in:
Kevin Lange 2011-01-17 18:34:50 -06:00
parent 04d1b192e8
commit c4b54ed3b7

View File

@ -13,7 +13,7 @@ struct idt_entry {
struct idt_ptr {
unsigned short limit;
unsigned long base; /* int? */
uintptr_t base;
} __attribute__((packed));
struct idt_entry idt[256];