Hello,
Please explain the difference between the Linear Data Segment Descriptor and Data Segment Descriptor and their purpose.
Thank you very much in advance.
Linear data Segment v.s. Data Segment
Re:Linear data Segment v.s. Data Segment
Linear Segments are a Segment that covers the whole address space.
Usually segments are linear in modern OS', if you're programming for x86-64 you don't get a choice in the matter.
Usually segments are linear in modern OS', if you're programming for x86-64 you don't get a choice in the matter.