Chinaunix首页 | 论坛 | 博客
  • 博客访问: 426818
  • 博文数量: 72
  • 博客积分: 1583
  • 博客等级: 上尉
  • 技术积分: 775
  • 用 户 组: 普通用户
  • 注册时间: 2010-09-23 09:36
文章分类

全部博文(72)

文章存档

2011年(72)

我的朋友

分类: WINDOWS

2011-02-28 11:34:43

1)boot.ini该成如下所示:
  1. [boot loader]
  2. timeout=30
  3. default=multi(0)disk(0)rdisk(0)partition(1)\WINDOWS
  4. [operating systems]
  5. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect
  6. multi(0)disk(0)rdisk(0)partition(1)\WINDOWS="Windows Server 2003, Enterprise" /noexecute=optout /fastdetect /debug /debugport=com1 /baudrate=115200

2)在VMWare虚拟机中添加串口要选择:
Output to named pipe

This end is server
The other end is an application

3) Windbg.exe -b -k com:port=\\.\pipe\com_1,baud=115200,pipe

4) 启动到调试模式下的Windows,运行Windbg,刚刚连接上时,虚拟机里的Windows系统会被中断,貌似死机,这时在WinDbg的命令提示符"kd>"后面输入"g"并按回车键

阅读(1811) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~