<!-- @page { margin: 2cm } P { margin-bottom: 0.21cm } A:link { color: #0000ff } -->
-
-
安装mercurial :sudo apt-get install mercurial, 以便下载相应的xen 内核版本;
-
安装git :sudo apt-get install git/git-core
-
下载带kdb 的xen :hg clone http://xenbits.xensource.com/ext/debuggers.hg ;
-
安装xen :
-
Debuggers.hg/xen: make kdb=y debug=n;
-
Debuggers.hg/xen: cp xen.gz /boot/;
-
Debuggers.hg: make linux-2.6-xen0-config;
-
Debuggers.hg: make linux-2.6-xen0-build;
-
Debuggers.hg: make linux-2.6-xen0-install;
-
创建inird 文件:Update-initrafms –k –c 2.6.18.8-xen0;
-
修改grub/menu.lst ,加入相应串口信息:
-
serial --unit=0 --speed=115200 --word=8 --parity=no --stop=1
-
terminal --timeout=10 serial console
-
-
-
打开winxp 中的putty ,选择串口连接,设置相应参数。重启linux ,选择xen 启动,则两边都显示“press any key to continue”
-
在哪边控制就按哪边,ok 。
-