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?
Asked
Active
Viewed 501 times
2
-
1In x86 protected mode obviously – user1454902 Jan 07 '13 at 06:40
1 Answers
3
Sure, just use the sgdt
instruction to read out the current setting.

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