X86-64: Difference between revisions

[unchecked revision][unchecked revision]
Content deleted Content added
Columbus (talk | contribs)
Added link to the
Line 25:
===How do I detect if the CPU is 64 bits ?===
 
After calling CPUID with EAX=0x80000001, all AMD64 compliant processors have the longmode-capable-bit turned on in the extended feature flags (bit 29) in EDX. There are also other bits required by long mode; you can check them out in the CPUID docs in the [http://support.amd.com/us/Processor_TechDocs/24594.pdf AMD general purpose instruction reference] (Link dead, the original author probably meant "AMD64 Architecture Programmer’s Manual Volume 3: General Purpose and System Instructions", found here: http://developer.amd.com/resources/documentation-articles/developer-guides-manuals/)
 
===How do I enable Long Mode ?===