summaryrefslogtreecommitdiff
path: root/asm/asm_gdt.h
blob: 128dbf3bef814b20d3c543ae0a9ca44c5ba685b0 (plain)
1
2
3
4
5
6
7
/**
 * @file
 * http://wiki.osdev.org/GDT_Tutorial
 */

/** call as asm_setup_gdt(GDT,sizeof(GDT)) */
void asm_setup_gdt(uint32_t addr, uint32_t size);