|
There are GDT and LDT in the system. For a task, it can store up to 16k items.
The call gate is stored in GDT or LDT. A call gate item corresponds to a function code segment. If there are more than 16k function calls in a task, and the functions are different. So how can GDT / LDT drop all call gate entries?
What is wrong with the above understanding, please advise. |
|