gz / rust-cpuid

cpuid library in rust.
https://docs.rs/raw-cpuid/
MIT License
150 stars 45 forks source link

Implement AMD leaf 0x8000_0019 (TLB 1-GiB Pages Information) #98

Closed Umio-Yasuno closed 2 years ago

Umio-Yasuno commented 2 years ago

Related: #57

This PR includes typo fix in cpuid bin and update Debug-impl for CpuId.

gz commented 2 years ago

Awesome thanks!

Umio-Yasuno commented 2 years ago

Thanks!