Migrate KD subsystem to C++

This commit is contained in:
2025-09-13 23:40:07 +02:00
parent 4592955da1
commit 79ec28641a
12 changed files with 453 additions and 406 deletions

View File

@@ -21,7 +21,7 @@ namespace KE
STATIC PKERNEL_INITIALIZATION_BLOCK InitializationBlock;
public:
STATIC XTAPI PVOID GetDebugPrint(VOID);
STATIC XTAPI PKD_PRINT_ROUTINE GetDebugPrint(VOID);
STATIC XTAPI SYSTEM_FIRMWARE_TYPE GetFirmwareType(VOID);
STATIC XTAPI XTSTATUS GetKernelParameter(IN PCWSTR ParameterName,
OUT PCWSTR *Parameter);