[idt] that's a pointer
This commit is contained in:
parent
04d1b192e8
commit
c4b54ed3b7
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user