<<< Segment Descriptor Cont. | Index | Segment Descriptor Cont. >>> |
|
|
For data segment, B bit controls the size of the stack and stack pointer:
B = 0: SP is used with an upper bound of 0FFFFh (cleared for real mode.)
B = 1: ESP is used with an upper bound of 0FFFFFFFFh (set for protected mode.)
<<< Segment Descriptor Cont. | Index | Segment Descriptor Cont. >>> |