HdlspSendStringAtBaud

VOID __stdcall HdlspSendStringAtBaud(UINT8 *String){
  UINT8 v1; 
  UINT8 *v2; 
  v1 = *String;
  v2 = String;
  while( v1 )
  {
    InbvPortPutByte(*((unsigned int *)HeadlessGlobals + 14), v1);
    v1 = *++v2;
  }
}

Referenced by:

HdlspBugCheckProcessing
HdlspDispatch
HdlspEnableTerminal
HdlspGetLine
HdlspPutString
HdlspPutWideString
HdlspSendBlueScreenInfo