Max OS 0.3
Loading...
Searching...
No Matches
MaxOS::hardwarecommunication::IDTR Struct Reference

A struct that holds the Interrupt Descriptor Table Register (IDTR) More...

#include <interrupts.h>

Public Attributes

uint16_t limit
 The size of the IDT.
 
uint64_t base
 The start address of the IDT.
 

Detailed Description

A struct that holds the Interrupt Descriptor Table Register (IDTR)

Definition at line 50 of file interrupts.h.

Member Data Documentation

◆ base

uint64_t MaxOS::hardwarecommunication::IDTR::base

The start address of the IDT.

Definition at line 52 of file interrupts.h.

◆ limit

uint16_t MaxOS::hardwarecommunication::IDTR::limit

The size of the IDT.

Definition at line 51 of file interrupts.h.


The documentation for this struct was generated from the following file: