/// Global descriptor table pub mod gdt; /// Interrupt descriptor table pub mod idt; /// IRQ Handling pub mod irq; /// Initialization and main function pub mod main;