Loading/Storing
The IDT is loaded using the LIDT assembly instruction. It expects the location of a IDT description structure:
The offset is the virtual address of the table itself. The size is the size of the table subtracted by 1. This structure can be stored to memory again with the SIDT instruction.