Nope, the descriptors in the IDT, which must be either interrupt, trap or
task gates do not have an accessed bit. Only the memory segment descriptors
do have an accessed bit, which are essentially useless in a flat memory
model in which you typically have 4 segments which are set once for all
The task state segment descriptors also have a busy bit which is
automatically handled by the processor.
Gabriel.