Implement HlCpuId() routine and corresponding structures for issueing CPUID instruction

This commit is contained in:
2022-12-11 17:40:56 +01:00
parent 2b679c11d4
commit 324a88cc01
9 changed files with 340 additions and 89 deletions

View File

@@ -30,6 +30,7 @@
#include "hltypes.h"
/* Architecture-specific low level data types headers */
#include ARCH_HEADER(hltypes.h)
#include ARCH_HEADER(mmtypes.h)
/* XT routines */