[KD] [KD64] Introduce KdpPrintBanner and use it in all places where we print the...
authorColin Finck <colin@reactos.org>
Mon, 16 Oct 2017 09:47:14 +0000 (11:47 +0200)
committerColin Finck <colin@reactos.org>
Mon, 16 Oct 2017 09:47:14 +0000 (11:47 +0200)
commita7d388c3508956cc1cb365ea955cda36a1bded81
tree2ad5a8c761a00c27e6821301446ddad5dc73c39f
parent50ae5e7c5268222718174221366169e2b115b06a
[KD] [KD64] Introduce KdpPrintBanner and use it in all places where we print the (now consistent) banner instead of copying the code over and over again.

I still don't like that we're copying code between KD and KD64 instead of sharing it.
But as both modules are totally distinct at the moment, I won't be the one introducing shared functions between them.

This is a follow up to 50ae5e7c5268222718174221366169e2b115b06a, which TortoiseGit accidentally turned into a "Message only" commit...
Never hit ALT+Y by mistake! ;)
ntoskrnl/kd/kdio.c
ntoskrnl/kd64/kdinit.c