mirror of
https://github.com/reactos/reactos.git
synced 2025-07-30 21:51:47 +00:00
add some info for xen to txtmode.cfg
fix a bug rosboot_test.cpp svn path=/trunk/; revision=33498
This commit is contained in:
parent
7f477c644a
commit
7aa5ab1e76
2 changed files with 4 additions and 3 deletions
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue