From 7aa5ab1e76ef6f317e5922f04d4c935baf17136a Mon Sep 17 00:00:00 2001 From: Christoph von Wittich Date: Tue, 13 May 2008 17:30:29 +0000 Subject: [PATCH] add some info for xen to txtmode.cfg fix a bug rosboot_test.cpp svn path=/trunk/; revision=33498 --- reactos/tools/sysreg/rosboot_test.cpp | 1 + reactos/tools/sysreg/txtmode.cfg | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/reactos/tools/sysreg/rosboot_test.cpp b/reactos/tools/sysreg/rosboot_test.cpp index 460cd840177..18cc7a9c3ea 100644 --- a/reactos/tools/sysreg/rosboot_test.cpp +++ b/reactos/tools/sysreg/rosboot_test.cpp @@ -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; diff --git a/reactos/tools/sysreg/txtmode.cfg b/reactos/tools/sysreg/txtmode.cfg index 56dade648b6..78078578944 100644 --- a/reactos/tools/sysreg/txtmode.cfg +++ b/reactos/tools/sysreg/txtmode.cfg @@ -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