[][src]Function sunrise_bootstrap::gdt::i386::instructions::tables::lgdt

pub unsafe fn lgdt(gdt: &DescriptorTablePointer)

Load GDT table.

Safety

The gdt argument must be a valid table pointer, containing a pointer in physical memory to a correct GDT. The meaning of a "correct GDT" is left as an exercise to the reader.