Author: cwittich Date: Tue May 13 12:30:29 2008 New Revision: 33498
URL: http://svn.reactos.org/svn/reactos?rev=33498&view=rev Log: add some info for xen to txtmode.cfg fix a bug rosboot_test.cpp
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp trunk/reactos/tools/sysreg/txtmode.cfg
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_test.c... ============================================================================== --- trunk/reactos/tools/sysreg/rosboot_test.cpp [iso-8859-1] (original) +++ trunk/reactos/tools/sysreg/rosboot_test.cpp [iso-8859-1] Tue May 13 12:30:29 2008 @@ -678,6 +678,7 @@ 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;
Modified: trunk/reactos/tools/sysreg/txtmode.cfg URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/txtmode.cfg?re... ============================================================================== --- trunk/reactos/tools/sysreg/txtmode.cfg [iso-8859-1] (original) +++ trunk/reactos/tools/sysreg/txtmode.cfg [iso-8859-1] Tue May 13 12:30:29 2008 @@ -8,7 +8,7 @@
; 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 @@ ; ; 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 @@ ; XEN_CONFIG_NAME ; ; Set this variable to the name of xen station -; XEN_CONFIG_NAME= +; XEN_CONFIG_NAME=reactos