VOID __stdcall HdlspSendBlueScreenInfo(UINT64 BugcheckCode){
KSPIN_LOCK i;
char DstBuf[160];
HdlspSendStringAtBaud((UINT8 *)"\a\a\a\a");
HdlspSendStringAtBaud((UINT8 *)"\r\n");
sprintf_s(
DstBuf,
0xA0ui64,
(INT8 *)"\r\n\"0x%0X\" ");
HdlspSendStringAtBaud((UINT8 *)DstBuf);
for( i = HeadlessGlobals[5]; i; i = *(_QWORD *)(i + 16) )
HdlspSendStringAtBaud(*(UINT8 **)(i + 8));
HdlspSendStringAtBaud((UINT8 *)"\r\n \r\n \a");
}