mirror of
https://github.com/reactos/reactos.git
synced 2026-07-02 03:54:25 +08:00
This is needed for PCI debugging devices whose KD modules depend on the functions registered in HalpRegisterKdSupportFunctions(). Also it's consistent with what x86 does, and also what Win7 x64 does (the KdInitSystem is invoked after the HalInitializeProcessor call). Necessary for PR #9156 on AMD64. CORE-20385