mirror of
https://github.com/reactos/reactos.git
synced 2026-07-01 08:14:42 +08:00
A Kernel Debugger Transport DLL is always loaded for Windows XP+ : either the standard KDCOM.DLL (by default), or an alternative user-provided one via the /DEBUGPORT= option. If this alternative does not exist or fails to be loaded, fall back to the standard KDCOM.DLL. If no KD dll is loaded, kernel loading would fail because of the resulting unsatisfied KDCOM dll import (tested on Windows and ReactOS). + Normalize kernel, HAL and KD dll file names to lowercase (needed for case-sensitive installations).