From cc2a29c0e3f94d9a1639d76f5a59d2b49be857bc Mon Sep 17 00:00:00 2001 From: _xeroxz Date: Wed, 3 Feb 2021 05:37:15 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae6a13b..783e189 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ - IA32_VMX_TRUE_PINBASED_CTLS low bits mask: 0x16 ``` -(overlapping bits in the mask just mean that the bit can be high or low) +(different bits in the mask just mean that the bit can be high or low) ``` IA32_VMX_TRUE_PINBASED_CTLS high bits mask: 0b00111111 // these bits can be high @@ -51,7 +51,7 @@ IA32_VMX_TRUE_PINBASED_CTLS low bits mask: 0b00010110 // these bits can be low - IA32_VMX_TRUE_PROCBASED_CTLS low bits mask: 0x4006172 ``` -(overlapping bits in the mask just mean that the bit can be high or low) +(different bits in the mask just mean that the bit can be high or low) ``` IA32_VMX_TRUE_PROCBASED_CTLS high bits mask: 0b11111111111110011111111111111110 // these bits can be high