Intel Mac mini Part23

このエントリーをはてなブックマークに追加
894名称未設定
>>889
CPU的にはVT-xサポート有みたいだね。

ECX=0x0408E3BD
は、
ECX=0000/0100/0000/1000/1110/0011/1011/1101
だから、
インテル曰く↓、
>Below are the assembly instructions to read check Intel VT-x capability of CPU:
>MOV EAX, 01H
>CPUID
>Check ECX.[bit 5] -> A value of 1 indicates that the processor supports Intel VT-x

との事なので、5bit目が1ならVT-xはサポートされている。

>Checking Intel® VT Enabled CPU
>Bit 13 of CR4 register can be read to determine if CPU is enabled for Intel VT. A value of 1 for CR4.VMXE[bit13] means CPU is enabled for VMX operations.
>Check CR4.VMXE[bit 13] = 1 ―> Enables VMX operation when set.
>MSR 3A can also be used to check if CPU is VT enabled.

有効かどうかは↑でみるらしい。

>>798
>http://i5.atura.ws/m/c/102989/img/0008340728.png
上のスクショ↓のFeature Flagsのウィンドウ内は、
ECX=0x0408E3BDを下位から順にbitが立ってるかどうか確認してるだけみたいね。