#ifndef MELVIX_GDT_H #define MELVIX_GDT_H /** * Installs the Global Descriptor Table */ void gdt_install(); #endif