Sgdt Viewer
Open the viewer application. If using a command-line tool like OpenSched Viewer, navigate to your file directory via terminal.
The SGDT is used by the processor to perform memory management and segmentation. It is also used by the operating system to manage memory and provide services such as virtual memory and segmentation. sgdt viewer
(Store Global Descriptor Table Register) instruction. But what happens when you need to actually what’s inside that table? SGDT Viewer Open the viewer application
static int __init sgdt_init(void) struct desc_ptr gdt_ptr; asm volatile ("sgdt %0" : "=m"(gdt_ptr)); printk(KERN_INFO "GDT Base = 0x%llx, Limit = 0x%x\n", gdt_ptr.address, gdt_ptr.size); return 0; asm volatile ("sgdt %0" : "=m"(gdt_ptr))