X86_64 long mode(64bit) does not need segmente selector. Why is segmentation necessary in 32bit but useless in 64bit?
Thanks,
X86_64 long mode(64bit) does not need segmente selector. Why is segmentation necessary in 32bit
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
CPU in X86_64 long mode uses PAE (Physical Address Extension) technology to control memory.
So segment selector is not necessary.
I recommend you read this pdf manual
AMD64 Architecture Programmer’s Manual Volume 2: System Programming.Google
amd64 volume 2, the first result is the pdf manual.See Chapter 5.3
Long-Mode Page Translation, and you will understand.