1
2
3
4
5
6
//! Representations of various x86 specific structures and descriptor tables.

pub mod gdt;
pub mod idt;
pub mod paging;
pub mod tss;