Kernel: CPUID can detect wether cpu supports nxe bit

This commit is contained in:
Bananymous
2023-07-13 14:24:58 +03:00
parent 65559a3e44
commit 297e65f19a
2 changed files with 12 additions and 0 deletions

View File

@@ -77,5 +77,6 @@ namespace CPUID
const char* get_vendor();
void get_features(uint32_t& ecx, uint32_t& edx);
bool is_64_bit();
bool has_nxe();
}