Skip to content

gdt ¤

Functions:

Attributes:

parser module-attribute ¤

parser = ArgumentParser(
    description="Decode X86-64 GDT entries at address\n\nSee also:\n* https://wiki.osdev.org/Global_Descriptor_Table\n* https://wiki.osdev.org/GDT_Tutorial\n\nNote:\nIn 64-bit mode, the Base and Limit values are ignored, each descriptor covers the entire linear address space regardless of what they are set to.\n"
)

gdt ¤

gdt(address, count) -> None

decode_gdt_entry ¤

decode_gdt_entry(value)