Question

I have a bootloader that is setting up the GDT for me. Is it possible to find out the address of this GDT so I can use it?

Was it helpful?

Solution

Sure, just use the sgdt instruction to read out the current setting.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top