12/02/17 21:19:17.93 L3Y6R5rL0
>>378
このCPUをVirtualBox上に再現を試みてみた。
VBoxManage modifyvm vmname --cpuidset 0x00000000 0x0000000A 0x0756E6547 0x06C65746E 0x049656E69
VBoxManage modifyvm vmname --cpuidset 0x00000001 0x000106C2 0x000020800 0x00040C39D 0x0BFE9FBFF
VBoxManage modifyvm vmname --cpuidset 0x00000002 0x4FBA5901 0x00E3080C0 0x000000000 0x000000000
VBoxManage modifyvm vmname --cpuidset 0x00000003 0x00000000 0x000000000 0x000000000 0x000000000
VBoxManage modifyvm vmname --cpuidset 0x00000004 0x00004121 0x00140003F 0x00000003F 0x000000001
VBoxManage modifyvm vmname --cpuidset 0x00000005 0x00000040 0x000000040 0x000000003 0x000020220
ここまでは、無事に仮想マシンに反映、CrystalCPUIDを見るとi7なのかAtomなのか不思議な状態
URLリンク(uproda.2ch-library.com)
VBoxManage modifyvm vmname --cpuidset 0x00000006 0x00000001 0x000000002 0x000000001 0x000000000
VBoxManage modifyvm vmname --cpuidset 0x00000007 0x00000000 0x000000000 0x000000000 0x000000000
VBoxManage modifyvm vmname --cpuidset 0x00000008 0x00000000 0x000000000 0x000000000 0x000000000
VBoxManage modifyvm vmname --cpuidset 0x00000009 0x00000000 0x000000000 0x000000000 0x000000000
これらは、コマンドは受け付けるものの、仮想マシンに反映出来なかった。
leafそのものが存在しなかったので何か他の登録方法があるかもしれない。
VBoxManage modifyvm vmname --cpuidset 0x0000000A 0x07280203 0x000000000 0x000000000 0x000002501
このコマンドを実行した時点で、エラー発生、virtualbox全体がフリーズして、仮想マシンの起動もできなくなった(ホスト再起動でなおった)
VirtualBoxでのCPU偽装も一筋縄ではいかないようだね