From 1cadcc9ca248e6a8ae5bb605b7e6739881095e26 Mon Sep 17 00:00:00 2001 From: Anton Kochkov Date: Mon, 8 Dec 2014 17:32:40 +0300 Subject: [PATCH] Update WinDbg docs for Windows XP --- doc/windbg | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/doc/windbg b/doc/windbg index 7b4a3ee532..727b3a61a7 100644 --- a/doc/windbg +++ b/doc/windbg @@ -13,11 +13,21 @@ debug Windows kernels without depending on Windows capabilities. ------8<--------------8<------------------8<------------------------ -Enable WinDBG support on Windows like this: +Enable WinDBG support on Windows Vista and higher like this: bcdedit /debug on bcdedit /dbgsettings serial debugport:1 baudrate:115200 +Or like this for Windows XP: + Open boot.ini and add /debug /debugport=COM1 /baudrate=115200: + + [boot loader] + timeout=30 + default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS + [operating systems] + multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Debugging with Cable" /fastdetect /debug /debugport=COM1 /baudrate=57600 + + Configure the VirtualBox Machine like this: Preferences -> Serial Ports -> Port 1