pub unsafe fn init()
Expand description

Initialize the GDT

Safety

unsafe because the caller has to ensure it is only called once and in a single-threaded context.