Add exceptionHandler static method for generation IDT DescriptorSpecs
This commit is contained in:
parent
6e2de52aa9
commit
d57bf8cf8c
2 changed files with 10 additions and 0 deletions
|
@ -124,6 +124,8 @@ struct IDT
|
|||
|
||||
struct DescriptorSpec
|
||||
{
|
||||
static DescriptorSpec exceptionHandler(uint16_t segment, void (*handler)());
|
||||
|
||||
uint16_t segment;
|
||||
uint32_t offset;
|
||||
bool isPresent;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue