Kernel: CPUID can detect wether cpu supports nxe bit
This commit is contained in:
@@ -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();
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user