Zero-Tang / NoirVisor

The Grimoire Hypervisor solution for x86 Processors with experimental nested virtualization support. Remastering with Rust in progress.
MIT License
474 stars 81 forks source link

cpuid #15

Closed 9844201 closed 3 years ago

9844201 commented 3 years ago

是否可以添加 虚拟

cpuid std_leaf_index

wmic CPU get ProcessorID ProcessorId BFEBFBFF000306C3

和 {0x80000002, handle_ext_pname}, {0x80000003, handle_ext_pname},

Processor Name: Intel(R) Core(TM) i7-4710MQ CPU @ 2.50GHz

Zero-Tang commented 3 years ago

可以,你自己添加吧。

9844201 commented 3 years ago

好的 谢谢 我已经成功完成功能代码