Linear data Segment v.s. Data Segment

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
os_ambition

Linear data Segment v.s. Data Segment

Post by os_ambition »

Hello,
Please explain the difference between the Linear Data Segment Descriptor and Data Segment Descriptor and their purpose.


Thank you very much in advance.
AR

Re:Linear data Segment v.s. Data Segment

Post by AR »

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.
Post Reply