pub fn selectors() -> &'static Selectors
Returns a reference to the GDT selectors (kernel and user mode).
Must only be called after init() has been called. The lazy_static ensures the GDT is initialized on first access.
init()