DescriptorTable

public struct DescriptorTable

A type that provides access to the individual components of a Descriptor Table. Used by the GDT (Global Descriptor Table) and IDT (Interrupt Descriptor Table).

  • The logical base address of the table.

    Declaration

    Swift

    public var base: UInt64
  • The limit of the table in bytes.

    Declaration

    Swift

    public var limit: UInt16
  • Undocumented

    Declaration

    Swift

    public init(base: UInt64, limit: UInt16)