Remote debugging of WinDbg is done. There are two virtual machines. The debugger is installed on the machine (host), which is connected via the port with the target OS (target). Virtual machines are connected via a pipe with the host system. Here is an example of a Boot.ini file for Windows xp.
[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="Microsoft Windows XP Professional" /noexecute=optin /fastdetect /sos multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Microsoft Windows XP Professional" /fastdetect /sos /debug /debugport=com1 /baudrate=115200
There is no Boot.ini file in Win7. But there is a wonderful utility BCDEDIT. Tell me how to use it to configure the bootloader in the same way as it was done for XP