2

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?

user1454902
  • 750
  • 9
  • 24

1 Answers1

3

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

Carl Norum
  • 219,201
  • 40
  • 422
  • 469