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

このコミットが含まれているのは:
2022-12-11 17:40:56 +01:00
コミット 324a88cc01
9個のファイルの変更340行の追加89行の削除

ファイルの表示

@@ -18,6 +18,10 @@
extern ULONG ComPortAddress[];
/* HAL library routines forward references */
XTAPI
BOOLEAN
HlCpuId(IN OUT PCPUID_REGISTERS Registers);
XTAPI
UCHAR
HlIoPortInByte(IN USHORT Port);