add some info for xen to txtmode.cfg

fix a bug rosboot_test.cpp

svn path=/trunk/; revision=33498
This commit is contained in:
Christoph von Wittich 2008-05-13 17:30:29 +00:00
parent 7f477c644a
commit 7aa5ab1e76
2 changed files with 4 additions and 3 deletions

View file

@ -678,6 +678,7 @@ namespace Sysreg_
m_Src = "xm console ";
string xen_name = "reactos";
conf_parser.getStringValue(RosBootTest::XEN_CONFIG_NAME, xen_name);
m_Src += xen_name;
m_DataSource = new PipeReader();
m_BootCmd = m_EmuPath + "/xm create " + m_XenConfig;

View file

@ -8,7 +8,7 @@ ROS_EMU_TYPE=qemu
; ROS_EMU_PATH[LIN|WIN]
;
; This variable sets the path to the emulator
; This variable sets the path to the emulator (path to xm for xen [/usr/sbin])
;
ROS_EMU_PATH_WIN=E:\reactos\qemu\qemu.exe
ROS_EMU_PATH_LIN=/usr/bin/qemu
@ -60,7 +60,7 @@ ROS_MAX_TIME=180
;
; Note: set this value if you have problems with timeouts or cutoff debugging data
;
ROS_DELAY_READ=4
ROS_DELAY_READ=1
; ROS_CHECK_POINT
;
@ -107,4 +107,4 @@ ROS_DELAY_READ=4
; XEN_CONFIG_NAME
;
; Set this variable to the name of xen station
; XEN_CONFIG_NAME=
; XEN_CONFIG_NAME=reactos