1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 21:17:44 +00:00

Kernel: Detect and display CPUID Hyper-V data

This commit is contained in:
Jean-Baptiste Boric 2021-07-11 22:57:09 +02:00 committed by Andreas Kling
parent b22357b17b
commit 528574d958
2 changed files with 33 additions and 0 deletions

View file

@ -174,6 +174,7 @@ public:
void initialize(u32 cpu);
void detect_hypervisor();
void detect_hypervisor_hyperv(CPUID const& hypervisor_leaf_range);
void idle_begin()
{