vm32 in amd64 platform

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.
User avatar
Brendan
Member
Member
Posts: 8561
Joined: Sat Jan 15, 2005 12:00 am
Location: At his keyboard!
Contact:

Re:vm32 in amd64 platform

Post by Brendan »

Hi,
DennisCGc wrote:Is it just me, or do I see a contradiction here? ;) FYI, I don't know much about 64 bit, since I didn't look at it..
But according to what you just said, you're wrong. It should be
[tt]L = 1, D = 0 - A 64 bit code segment (the 64 bit sub-mode of long mode)
L = 0, D = 1 - A 32 bit code segment (the compatibility sub-mode of long mode)
L = 0, D = 0 - A 16 bit code segment (the compatibility sub-mode of long mode)[/tt]
Doh! Yes, you're right :)...


Cheers,

Brendan
For all things; perfection is, and will always remain, impossible to achieve in practice. However; by striving for perfection we create things that are as perfect as practically possible. Let the pursuit of perfection be our guide.
Post Reply