Author: cfinck
Date: Thu Jul 19 21:17:16 2007
New Revision: 27735
URL: http://svn.reactos.org/svn/reactos?rev=27735&view=rev
Log:
Hardcoding "lake.bmp" as the standard wallpaper for 0.3.3
This is the same way as we did for the 0.3.1 release
Modified:
branches/ros-branch-0_3_3/reactos/boot/bootdata/hivedef.inf
Modified: branches/ros-branch-0_3_3/reactos/boot/bootdata/hivedef.inf
URL: http://svn.reactos.org/svn/reactos/branches/ros-branch-0_3_3/reactos/boot/b…
==============================================================================
--- branches/ros-branch-0_3_3/reactos/boot/bootdata/hivedef.inf (original)
+++ branches/ros-branch-0_3_3/reactos/boot/bootdata/hivedef.inf Thu Jul 19 21:17:16 2007
@@ -20,7 +20,7 @@
HKCU,"Control Panel\Desktop","HungAppTimeout",0x00000002,"5000"
HKCU,"Control Panel\Desktop","SCRNSAVE.EXE",0x00000000,""
HKCU,"Control Panel\Desktop","WaitToKillAppTimeout",0x00000002,"20000"
-HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,""
+HKCU,"Control Panel\Desktop","Wallpaper",0x00000000,"C:\ReactOS\lake.bmp"
HKCU,"Control Panel\International",,0x00000012
HKCU,"Control Panel\International","Locale",0x00000000,"0409"
Author: dreimer
Date: Thu Jul 19 18:50:26 2007
New Revision: 27731
URL: http://svn.reactos.org/svn/reactos?rev=27731&view=rev
Log:
Renamed it to FAQ. It fits better than HowTos
Added the first bunch of Q/A s.
Modified:
trunk/tools/RosBE-Windows/Documentation/files/howto.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/menu.html
Modified: trunk/tools/RosBE-Windows/Documentation/files/howto.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/howto.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/howto.html Thu Jul 19 18:50:26 2007
@@ -1,0 +1,36 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <title>RosBE HowTos</title>
+ <meta content="Daniel Reimer" name="author">
+ <meta content="Shows all HowTos to the User" name="description">
+</head>
+<body>
+Q: How do I build ReactOS Source?<br>
+A: Start RosBE and type "make bootcd" or "make livecd" to generate
+ReactOS ISO Files from the Source.<br>
+<br>
+Q: I have a Multi Core CPU. Can I speed up the build process anyhow?<br>
+A: Yes, you can. Just use makex instead of make Command. makex checks
+for the Number of Cores and optimizes the Processes to that number.<br>
+<br>
+Q: How/Where can I get the Source Code?<br>
+A: You could load it via any SVN Client from:
+svn://svn.reactos.org/reactos/trunk/reactos RosBE itself has SVN
+Command Line Client and a lite Variant for newbies called "ssvn"
+(SimpleSVN) included. If you want to get the Source Tree, type "ssvn
+create" and it copies all Code to the Default Source Folder you did set
+while the Setup.<br>
+<br>
+Q: How can I update the Source Code?<br>
+A: Just type "ssvn update".<br>
+<br>
+Q: Can I see somewhere if my Source Tree is up to date?<br>
+A: Yes, just type "ssvn status".<br>
+<br>
+Q: My Source Tree is fucked up / Updating was aborted etc. etc. and now
+I cannot update it anymore... What to do?<br>
+A: You need to cleanup it. Type "ssvn cleanup" and wait. After that
+type "ssvn update" and it runs again.<br>
+</body>
+</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/howto.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:50:26 2007
@@ -14,7 +14,7 @@
<a href="features.html">2. Features</a><br><br>
<a href="basic.html">3. Basic Functions</a><br><br>
<a href="adv.html">4. Advanced Functions</a><br><br>
- <a href="howto.html">5. HowTos</a><br><br>
+ <a href="howto.html">5. FAQ</a><br><br>
<a href="credits.html">6. Credits</a><br>
<p>
Author: dreimer
Date: Thu Jul 19 18:25:59 2007
New Revision: 27730
URL: http://svn.reactos.org/svn/reactos?rev=27730&view=rev
Log:
set eol-style native (I am sick of using LINUX2DOS Tool)
add a blank howto page. Will be filled later.
Added:
trunk/tools/RosBE-Windows/Documentation/files/howto.html
Modified:
trunk/tools/RosBE-Windows/Documentation/files/adv.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/basic.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/credits.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/features.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/int.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/intro.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/main.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/files/menu.html (contents, props changed)
trunk/tools/RosBE-Windows/Documentation/index.html (contents, props changed)
Modified: trunk/tools/RosBE-Windows/Documentation/files/adv.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/adv.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/adv.html Thu Jul 19 18:25:59 2007
@@ -1,12 +1,12 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Advanced Features</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Lists the Advanced Features of RosBE">
-</head>
-<body>
- SVN 1.4.4 is included in RosBE. Manual can be found here:
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Advanced Features</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Lists the Advanced Features of RosBE">
+</head>
+<body>
+ SVN 1.4.4 is included in RosBE. Manual can be found here:
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/adv.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/basic.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/basic.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/basic.html Thu Jul 19 18:25:59 2007
@@ -1,92 +1,92 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Basic Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Basic Features of RosBE" name="description">
-</head>
-<body>
-"make"<br>
-Usage: make [OPTIONS1] [OPTIONS2]<br>
-The command to build the ReactOS Source Tree in the Default directory.<br>
-Without options it does a standard build of ReactOS. OPTIONS1 are the
-standard ReactOS build options ie. "bootcd", "livecd", etc.<br>
-"strip" as optional second parameter sets stripping to enabled and thus
-reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24
-MB. ISOs built with this command are NOT usable to file bugs in any way!<br>
-<br>
-"makex"<br>
-Usage: makex [OPTIONS1] [OPTIONS2]<br>
-Same as 'make' but automatically determines the number of CPU Cores in
-your system and uses "make -j x" with the appropriate number to
-threaden the build process for a massive speedup on Multi Core Systems.<br>
-NOTE: The number makex uses can be modified by editing Build-Multi.cmd
-located in the RosBE directory, instructions for doing so are contained
-within the file. This Command is incompatible to Windows Vista right
-now due to a bug in GCC 4.X.X.<br>
-<br>
-"clean"<br>
-Usage: clean [logs]<br>
-Fully cleans the ReactOS source directory and does a better job than
-"make clean" does.<br>
-It deletes files, which are being generated into the Source Tree while
-compiling. After using this Command the tree is completely cleaned up
-and 1:1 like a fresh loaded one.<br>
- logs - Removes all build logs in the RosBE-Logs directory.<br>
-<br>
-"help"<br>
-Usage: help [COMMAND]<br>
-Shows help for the specified command or lists all available commands.<br>
-<br>
-"ssvn"<br>
-Usage: ssvn [OPTIONS]<br>
-This is the simple to use sSVN, written for newbies. It only Creates,
-Updates or cleans up your ReactOS Source Tree or shows the Revision
-Number of the Offline Tree and Online HEAD Revision to see if its up to
-date. No need for any additional parameters, just "ssvn update" and
-your Tree is fully updated.<br>
- update - Updates to HEAD Revision or to a specific
-one when second parameter specifies one.<br>
- create - Creates a new ReactOS Source Tree and got
-some Security Features. It
-checks if the folder is empty, contains a Source Tree or any other
-files and Cancels if continuing is unsecure.<br>
- cleanup - Cleans up and fixes errors in the Source Tree.
-It is mainly needed if the "ssvn update" or "ssvn create" command got
-aborted in any way or show problems like error messages etc.<br>
- status - Shows Actual offline Revision Number and
-online HEAD Revision Number to see if its up to date.<br>
-<br>
-"chdefdir"<br>
-Usage: chdefdir [OPTIONS]<br>
-Reconfigures the Default Source Folder for one Session. This is useful
-for switching between branches or different ReactOS Source Trees.
-Exiting RosBE sets back to the Default.<br>
- default - Sets back to the Default Source Folder without a
-restart of RosBE.<br>
-<br>
-"config"<br>
-Usage: config [OPTIONS]<br>
-This Command creates a Configuration File, which tells RosBE how to
-build the Tree. There are many things you can modify in the build
-process and this tool can edit all for you. ISOs made with a non
-default are NOT usable to file bugs in any way!<br>
- delete - Deletes the created configuration File and so
-sets back to default settings.<br>
-<br>
-"raddr2line"<br>
-Usage: raddr2line [OPTIONS]<br>
-This Command translates program addresses of BSODs into file names and
-line numbers of the Code it was built of to assist Developers to find
-specific Bugs in ReactOS. This Tool is mainly a Dev Tool. Newbies
-normally only need it if a devs wants them to try out something.<br>
-USAGE: The first parameter has to be the Executable to be analyzed. The
-second one has to be the address to be translated. If you don't set the
-needed Parameters, you will be asked for them.<br>
-<br>
-"basedir"<br>
-Usage: basedir<br>
-Switches back to the ReactOS source directory.
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Basic Features</title>
+ <meta content="Daniel Reimer" name="author">
+ <meta content="Lists the Basic Features of RosBE" name="description">
+</head>
+<body>
+"make"<br>
+Usage: make [OPTIONS1] [OPTIONS2]<br>
+The command to build the ReactOS Source Tree in the Default directory.<br>
+Without options it does a standard build of ReactOS. OPTIONS1 are the
+standard ReactOS build options ie. "bootcd", "livecd", etc.<br>
+"strip" as optional second parameter sets stripping to enabled and thus
+reduces File Size by ~30% and Minimum needed RAM to use ReactOS to ~24
+MB. ISOs built with this command are NOT usable to file bugs in any way!<br>
+<br>
+"makex"<br>
+Usage: makex [OPTIONS1] [OPTIONS2]<br>
+Same as 'make' but automatically determines the number of CPU Cores in
+your system and uses "make -j x" with the appropriate number to
+threaden the build process for a massive speedup on Multi Core Systems.<br>
+NOTE: The number makex uses can be modified by editing Build-Multi.cmd
+located in the RosBE directory, instructions for doing so are contained
+within the file. This Command is incompatible to Windows Vista right
+now due to a bug in GCC 4.X.X.<br>
+<br>
+"clean"<br>
+Usage: clean [logs]<br>
+Fully cleans the ReactOS source directory and does a better job than
+"make clean" does.<br>
+It deletes files, which are being generated into the Source Tree while
+compiling. After using this Command the tree is completely cleaned up
+and 1:1 like a fresh loaded one.<br>
+ logs - Removes all build logs in the RosBE-Logs directory.<br>
+<br>
+"help"<br>
+Usage: help [COMMAND]<br>
+Shows help for the specified command or lists all available commands.<br>
+<br>
+"ssvn"<br>
+Usage: ssvn [OPTIONS]<br>
+This is the simple to use sSVN, written for newbies. It only Creates,
+Updates or cleans up your ReactOS Source Tree or shows the Revision
+Number of the Offline Tree and Online HEAD Revision to see if its up to
+date. No need for any additional parameters, just "ssvn update" and
+your Tree is fully updated.<br>
+ update - Updates to HEAD Revision or to a specific
+one when second parameter specifies one.<br>
+ create - Creates a new ReactOS Source Tree and got
+some Security Features. It
+checks if the folder is empty, contains a Source Tree or any other
+files and Cancels if continuing is unsecure.<br>
+ cleanup - Cleans up and fixes errors in the Source Tree.
+It is mainly needed if the "ssvn update" or "ssvn create" command got
+aborted in any way or show problems like error messages etc.<br>
+ status - Shows Actual offline Revision Number and
+online HEAD Revision Number to see if its up to date.<br>
+<br>
+"chdefdir"<br>
+Usage: chdefdir [OPTIONS]<br>
+Reconfigures the Default Source Folder for one Session. This is useful
+for switching between branches or different ReactOS Source Trees.
+Exiting RosBE sets back to the Default.<br>
+ default - Sets back to the Default Source Folder without a
+restart of RosBE.<br>
+<br>
+"config"<br>
+Usage: config [OPTIONS]<br>
+This Command creates a Configuration File, which tells RosBE how to
+build the Tree. There are many things you can modify in the build
+process and this tool can edit all for you. ISOs made with a non
+default are NOT usable to file bugs in any way!<br>
+ delete - Deletes the created configuration File and so
+sets back to default settings.<br>
+<br>
+"raddr2line"<br>
+Usage: raddr2line [OPTIONS]<br>
+This Command translates program addresses of BSODs into file names and
+line numbers of the Code it was built of to assist Developers to find
+specific Bugs in ReactOS. This Tool is mainly a Dev Tool. Newbies
+normally only need it if a devs wants them to try out something.<br>
+USAGE: The first parameter has to be the Executable to be analyzed. The
+second one has to be the address to be translated. If you don't set the
+needed Parameters, you will be asked for them.<br>
+<br>
+"basedir"<br>
+Usage: basedir<br>
+Switches back to the ReactOS source directory.
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/basic.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/credits.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/credits.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/credits.html Thu Jul 19 18:25:59 2007
@@ -1,26 +1,26 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Credits</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Lists the Credits of the RosBE Staff">
-</head>
-<body>
-This Build Environment is inspired by blight's ReactOS Build
-Environment v0.2-3.4.5
-and Dazzle from TinyKRNL (<a href="http://www.tinykrnl.org/">http://www.tinykrnl.org/</a>)<br>
-<br>
-Originally Coded by Peter "dralnix" Ward (<a
- href="mailto:dralnix@gmail.com">dralnix(a)gmail.com</a>) until Version
-0.3.5B2<br>
-Work continued by
-Daniel "EmuandCo" Reimer (<a href="mailto:reimer.daniel@freenet.de">reimer.daniel(a)freenet.de</a>)
-up to now.<br>
-*nix Version made and Maintained by Colin Finck (<a
- href="mailto:mail@colinfinck.de">mail(a)colinfinck.de</a>)
-up to now.<br>
-<br>
-Icon made by ROSFan.
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Credits</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Lists the Credits of the RosBE Staff">
+</head>
+<body>
+This Build Environment is inspired by blight's ReactOS Build
+Environment v0.2-3.4.5
+and Dazzle from TinyKRNL (<a href="http://www.tinykrnl.org/">http://www.tinykrnl.org/</a>)<br>
+<br>
+Originally Coded by Peter "dralnix" Ward (<a
+ href="mailto:dralnix@gmail.com">dralnix(a)gmail.com</a>) until Version
+0.3.5B2<br>
+Work continued by
+Daniel "EmuandCo" Reimer (<a href="mailto:reimer.daniel@freenet.de">reimer.daniel(a)freenet.de</a>)
+up to now.<br>
+*nix Version made and Maintained by Colin Finck (<a
+ href="mailto:mail@colinfinck.de">mail(a)colinfinck.de</a>)
+up to now.<br>
+<br>
+Icon made by ROSFan.
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/credits.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/features.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/features.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/features.html Thu Jul 19 18:25:59 2007
@@ -1,21 +1,21 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Features</title>
- <meta content="Daniel Reimer" name="author">
- <meta content="Lists the Features of RosBE" name="description">
-</head>
-<body>
- <ul>
- <li>Creating, Cleaning and Updating the Tree with included SVN and sSVN.</li>
- <li>Building the Source (Multi Core Optimized)*</li>
- <li>Maintain Several Trees at once.</li>
- <li>Configure the Tree Settings with an easy to use editor.</li>
- <li>Help for Debugging, thanks to included GDB and raddr2line.</li>
- <li>Support for non Admin Rights Account.*</li>
- </ul>
-
- * = This Feature is not supported under Windows Vista!
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Features</title>
+ <meta content="Daniel Reimer" name="author">
+ <meta content="Lists the Features of RosBE" name="description">
+</head>
+<body>
+ <ul>
+ <li>Creating, Cleaning and Updating the Tree with included SVN and sSVN.</li>
+ <li>Building the Source (Multi Core Optimized)*</li>
+ <li>Maintain Several Trees at once.</li>
+ <li>Configure the Tree Settings with an easy to use editor.</li>
+ <li>Help for Debugging, thanks to included GDB and raddr2line.</li>
+ <li>Support for non Admin Rights Account.*</li>
+ </ul>
+
+ * = This Feature is not supported under Windows Vista!
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/features.html
------------------------------------------------------------------------------
svn:eol-style = native
Added: trunk/tools/RosBE-Windows/Documentation/files/howto.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
(empty)
Modified: trunk/tools/RosBE-Windows/Documentation/files/int.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/int.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/int.html Thu Jul 19 18:25:59 2007
@@ -1,33 +1,33 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>Introduction</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Shows the Introduction to RosBE">
-</head>
-<body>
-First of all, lets answer the main question: What is RosBE?<br>
-Its a
-Environment for building ReactOS on your own, its based on GCC 4.1.3
-Compiler and aims to be the one and only Build Environment for absolute
-Beginners up to skilled devs.<br>
-<br>
-Realizing this wide spectrum in one BE is quite difficult of course.<br>
-How, as an example, do you tell a newbie how
-to use SVN or maintain/update a Source tree?<br>
-Easy. This package has the
-typical, well known SVN for all advanced devs and a slim Version
-specially made for newbies, called sSVN (Simple SVN), which only does
-the main stuff and has no difficult to understand or even dangerous, if
-wrong used, functions. Additionally it checks the working folder, if
-its empty or not. If its no empty folder, it does not even allow the
-User to continue.<br>
-<br>
-And this is just the beginning of a big list of
-features.<br>
-Devs will be happy with the included GDB and raddr2line.<br>
-Multi Core PC Users will love "makex" which automatically detects the
-number of CPU Cores and optimizes the Build process to that Number.
-</body>
-</html>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>Introduction</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Shows the Introduction to RosBE">
+</head>
+<body>
+First of all, lets answer the main question: What is RosBE?<br>
+Its a
+Environment for building ReactOS on your own, its based on GCC 4.1.3
+Compiler and aims to be the one and only Build Environment for absolute
+Beginners up to skilled devs.<br>
+<br>
+Realizing this wide spectrum in one BE is quite difficult of course.<br>
+How, as an example, do you tell a newbie how
+to use SVN or maintain/update a Source tree?<br>
+Easy. This package has the
+typical, well known SVN for all advanced devs and a slim Version
+specially made for newbies, called sSVN (Simple SVN), which only does
+the main stuff and has no difficult to understand or even dangerous, if
+wrong used, functions. Additionally it checks the working folder, if
+its empty or not. If its no empty folder, it does not even allow the
+User to continue.<br>
+<br>
+And this is just the beginning of a big list of
+features.<br>
+Devs will be happy with the included GDB and raddr2line.<br>
+Multi Core PC Users will love "makex" which automatically detects the
+number of CPU Cores and optimizes the Build process to that Number.
+</body>
+</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/int.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/intro.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/intro.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/intro.html Thu Jul 19 18:25:59 2007
@@ -1,19 +1,19 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>RosBE Logo and Title</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Shows the official RosBE Logo and Title">
-</head>
-<body>
- <table width="100%">
- <tr>
- <td><img src="RosBE.jpg" alt="RosBE Logo"></td>
- <td style="text-align: center; font-weight: bold; font-style: italic; font-size: 24pt;">
- Documentation for RosBE for Microsoft<span style="font-size: 10pt;">®</span> Windows NT<span style="font-size: 10pt;">®</span>-based Operating Systems
- </td>
- </tr>
- </table>
-</body>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>RosBE Logo and Title</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Shows the official RosBE Logo and Title">
+</head>
+<body>
+ <table width="100%">
+ <tr>
+ <td><img src="RosBE.jpg" alt="RosBE Logo"></td>
+ <td style="text-align: center; font-weight: bold; font-style: italic; font-size: 24pt;">
+ Documentation for RosBE for Microsoft<span style="font-size: 10pt;">®</span> Windows NT<span style="font-size: 10pt;">®</span>-based Operating Systems
+ </td>
+ </tr>
+ </table>
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/intro.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/main.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/main.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/main.html Thu Jul 19 18:25:59 2007
@@ -1,14 +1,14 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>RosBE Documentation Welcome Page</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Shows the RosBE Documentation Welcome Page">
-</head>
-<body>
-Welcome to ReactOS Build Environment for Windows. This Documentation
-was made to assist you
-in building and maintaining the Source Code of ReactOS.
-</body>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>RosBE Documentation Welcome Page</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Shows the RosBE Documentation Welcome Page">
+</head>
+<body>
+Welcome to ReactOS Build Environment for Windows. This Documentation
+was made to assist you
+in building and maintaining the Source Code of ReactOS.
+</body>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/main.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/files/menu.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/files/menu.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/files/menu.html Thu Jul 19 18:25:59 2007
@@ -1,25 +1,27 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>RosBE Documentation Menu</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Shows the entries of the RosBE Documentation Menu">
- <base target="main">
-</head>
-<body>
- <span style="font-weight: bold; text-decoration: underline; font-style: italic;">Index:</span><br><br>
-
- <a href="int.html">1. Introduction</a><br><br>
- <a href="features.html">2. Features</a><br><br>
- <a href="basic.html">3. Basic Functions</a><br><br>
- <a href="adv.html">4. Advanced Functions</a><br><br>
- <a href="credits.html">5. Credits</a><br>
-<p>
- <a href="http://validator-test.w3.org/check?uri=referer"><img
- src="http://www.w3.org/Icons/valid-html401-blue"
- alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-</p>
-
-</body>
-</html>
+<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>RosBE Documentation Menu</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Shows the entries of the RosBE Documentation Menu">
+ <base target="main">
+</head>
+<body>
+ <span style="font-weight: bold; text-decoration: underline; font-style: italic;">Index:</span><br><br>
+
+ <a href="int.html">1. Introduction</a><br><br>
+ <a href="features.html">2. Features</a><br><br>
+ <a href="basic.html">3. Basic Functions</a><br><br>
+ <a href="adv.html">4. Advanced Functions</a><br><br>
+ <a href="howto.html">5. HowTos</a><br><br>
+ <a href="credits.html">6. Credits</a><br>
+
+<p>
+ <a href="http://validator-test.w3.org/check?uri=referer"><img
+ src="http://www.w3.org/Icons/valid-html401-blue"
+ alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
+</p>
+
+</body>
+</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/files/menu.html
------------------------------------------------------------------------------
svn:eol-style = native
Modified: trunk/tools/RosBE-Windows/Documentation/index.html
URL: http://svn.reactos.org/svn/reactos/trunk/tools/RosBE-Windows/Documentation/…
==============================================================================
--- trunk/tools/RosBE-Windows/Documentation/index.html (original)
+++ trunk/tools/RosBE-Windows/Documentation/index.html Thu Jul 19 18:25:59 2007
@@ -1,17 +1,17 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
-<html>
-<head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>ReactOS Build Environment Documentation</title>
- <meta name="author" content="Daniel Reimer">
- <meta name="description" content="Index Frame Site of RosBE Documentation">
-</head>
-<frameset cols="180,*">
- <frame name="menu" src="files/menu.html" noresize>
-
- <frameset rows="160,*">
- <frame name="intro" src="files/intro.html" noresize frameborder="0" scrolling="no">
- <frame name="main" src="files/main.html" noresize frameborder="0">
- </frameset>
-</frameset>
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
+<html>
+<head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8">
+ <title>ReactOS Build Environment Documentation</title>
+ <meta name="author" content="Daniel Reimer">
+ <meta name="description" content="Index Frame Site of RosBE Documentation">
+</head>
+<frameset cols="180,*">
+ <frame name="menu" src="files/menu.html" noresize>
+
+ <frameset rows="160,*">
+ <frame name="intro" src="files/intro.html" noresize frameborder="0" scrolling="no">
+ <frame name="main" src="files/main.html" noresize frameborder="0">
+ </frameset>
+</frameset>
</html>
Propchange: trunk/tools/RosBE-Windows/Documentation/index.html
------------------------------------------------------------------------------
svn:eol-style = native
Author: janderwald
Date: Thu Jul 19 17:43:49 2007
New Revision: 27728
URL: http://svn.reactos.org/svn/reactos?rev=27728&view=rev
Log:
- fix warning
- simplify sysreg configuration options (implementation is coming next)
Removed:
trunk/reactos/tools/sysreg/runonce.cfg
trunk/reactos/tools/sysreg/sample.cfg
trunk/reactos/tools/sysreg/secstage.cfg
Modified:
trunk/reactos/tools/sysreg/os_support.cpp
trunk/reactos/tools/sysreg/txtmode.cfg
Modified: trunk/reactos/tools/sysreg/os_support.cpp
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/os_support.cp…
==============================================================================
--- trunk/reactos/tools/sysreg/os_support.cpp (original)
+++ trunk/reactos/tools/sysreg/os_support.cpp Thu Jul 19 17:43:49 2007
@@ -59,7 +59,7 @@
}
void OsSupport::sleep(long value)
{
- _sleep(value);
+ Sleep(value);
}
#else
/********************************************************************************************************************/
Removed: trunk/reactos/tools/sysreg/runonce.cfg
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/runonce.cfg?r…
==============================================================================
--- trunk/reactos/tools/sysreg/runonce.cfg (original)
+++ trunk/reactos/tools/sysreg/runonce.cfg (removed)
@@ -1,109 +1,0 @@
- ; ROS_OUTPUT
-;
-; This variable sets the location where to search symbol files for modules
-; This is required when tracing usermode exceptions, bsod etc...
-;
-; If this value is not defined, sysreg looks for the environment variable
-; ROS_OUTPUT. If this is also not set, it uses the default output-i386
-
-ROS_OUTPUT=D:\reactos\output-i386
-
-; ROS_ADDR2LINE
-;
-; This value is used by the symbol resolver to convert an module address into
-; an source file + line number;
-;
-; Note: The symbol resolver appends the modulename and the module address seperated by an space
-
-ROS_ADDR2LINE=addr2line.exe --exe=
-
-;-----------------------------------------------------------------------------------------
-; RosBoot specific settings
-;
-
-;
-; ROSBOOT_CMD
-;
-; This value is the command which is executed to gain debugging data
-; this value is mandatory
-
-ROSBOOT_CMD=D:\reactos\qemu\qemu.exe -serial pipe:qemu -boot c -m 128 -L D:\reactos\qemu\ D:\reactos\RosVM.vmdk -pidfile pid.txt
-
-;
-; ROSBOOT_DEBUG_PORT
-;
-; This variable controls on where to look for debugging data. If the
-; value is set to file, then sysreg will execute ROSBOOT_CMD and also
-; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
-;
-; If the value is set to pipe, then sysreg will read from pipe created by the
-; ROSBOOT_CMD
-;
-;ROSBOOT_DEBUG_PORT=file
-ROSBOOT_DEBUG_PORT=pipe
-
-;
-; ROSBOOT_DEBUG_FILE
-;
-; This value specifies the debug file. This variable must be set when using
-; ROSBOOT_DEBUG_PORT=file
-;
-; Note: when ROSBOOT_DEBUG_PORT is set to pipe, then sysreg will write all received
-; debug data to the specified debug file
-;
-
-ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\runonce.log
-
-
-; ROSBOOT_DELAY_READ;
-;
-; When the emulator is started, it spends a little time loading and running through its
-; BIOS. This time delays reading from the pipe/file untill the specified value
-;
-; the value is in seconds
-;
-; Note: if the value is not provided, then reading debug info is started immediately
-
-ROSBOOT_DELAY_READ=4
-
-
-
-; ROSBOOT_TIME_OUT
-;
-; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
-; runs longer than this value, sysreg exits with success mode;
-;
-; Note: if you set the variable ROSBOOT_CHECK_POINT and the checkpoint is not reached
-; within this time, sysreg exits with failure mode
-;
-; If the variable is not set, the default timeout is 1 minute
-;
-ROSBOOT_TIME_OUT=180.0
-
-; ROSBOOT_CHECK_POINT
-;
-; RosBoot will stop executing when it finds a string in the form
-; SYSREG_CHECKPOINT:CP_NAME
-;
-; CP_NAME is the value of the ROSBOOT_CHECK_POINT variable
-
-ROSBOOT_CHECK_POINT=THIRDBOOT_COMPLETE
-
-; ROSBOOT_CRITICAL_APP
-;
-; If an user-mode exception occurs in an critical application, i.e. setup.exe / explorer.exe, sysreg will report
-; that the test has failed and quit debugging immediately
-;
-; if an user-mode exception occurs in any other application, sysreg will report the exception but the exception
-; has no effect on the test result
-;
-; Note: if the value is set to IGNORE, sysreg will ignore all user-mode exceptions
-;
-; Note: if the variable is not set, then sysreg will stop on the first user-mode exception
-;
-; seperate each application with an space
-
-
-ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe
-;ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe lsass.exe
-
Removed: trunk/reactos/tools/sysreg/sample.cfg
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/sample.cfg?re…
==============================================================================
--- trunk/reactos/tools/sysreg/sample.cfg (original)
+++ trunk/reactos/tools/sysreg/sample.cfg (removed)
@@ -1,111 +1,0 @@
-; ROS_OUTPUT
-;
-; This variable sets the location where to search symbol files for modules
-; This is required when tracing usermode exceptions, bsod etc...
-;
-; If this value is not defined, sysreg looks for the environment variable
-; ROS_OUTPUT. If this is also not set, it uses the default output-i386
-
-ROS_OUTPUT=D:\reactos\output-i386
-
-; ROS_ADDR2LINE
-;
-; This value is used by the symbol resolver to convert an module address into
-; an source file + line number;
-;
-; Note: The symbol resolver appends the modulename and the module address seperated by an space
-
-ROS_ADDR2LINE=addr2line.exe --exe=
-
-;-----------------------------------------------------------------------------------------
-; RosBoot specific settings
-;
-
-;
-; ROSBOOT_CMD
-;
-; This value is the command which is executed to gain debugging data
-; this value is mandatory
-
-ROSBOOT_CMD=D:\sysreg\qemu\qemu.exe -serial pipe:qemu -boot c -m 128 -L D:\sysreg\qemu\ D:\sysreg\qemu\RosVM.vmdk -cdrom D:\Reactos\ReactOS-RegTest.iso -
-
-;
-; ROSBOOT_DEBUG_PORT
-;
-; This variable controls on where to look for debugging data. If the
-; value is set to file, then sysreg will execute ROSBOOT_CMD and also
-; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
-;
-; If the value is set to pipe, then sysreg will read from pipe created by the
-; ROSBOOT_CMD
-;
-;ROSBOOT_DEBUG_PORT=file
-ROSBOOT_DEBUG_PORT=pipe
-
-;
-; ROSBOOT_DEBUG_FILE
-;
-; This value specifies the debug file. This variable must be set when using
-; ROSBOOT_DEBUG_PORT=file
-
-;ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\bsdebug.log
-ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\debug.log
-
-; ROSBOOT_DELAY_READ;
-;
-; When the emulator is started, it spends a little time loading and running through its
-; BIOS. This time delays reading from the pipe/file untill the specified value
-;
-; the value is in seconds
-;
-; Note: if the value is not provided, then reading debug info is started immediately
-
-ROSBOOT_DELAY_READ=4
-
-
-
-; ROSBOOT_TIME_OUT
-;
-; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
-; runs longer than this value, sysreg exits with success mode;
-;
-; Note: if you set the variable ROSBOOT_CHECK_POINT and the checkpoint is not reached
-; within this time, sysreg exits with failure mode
-;
-; If the variable is not set, the default timeout is 1 minute
-;
-ROSBOOT_TIME_OUT=30.0
-
-; ROSBOOT_CHECK_POINT
-;
-; RosBoot will stop executing when it finds a string in the form
-; SYSREG_CHECKPOINT:CP_NAME
-;
-; CP_NAME is the value of the ROSBOOT_CHECK_POINT variable
-
-ROSBOOT_CHECK_POINT=USETUP_COMPLETE
-
-; ROSBOOT_CRITICAL_APP
-;
-; If an user-mode exception occurs in an critical application, i.e. setup.exe / explorer.exe, sysreg will report
-; that the test has failed and quit debugging immediately
-;
-; if an user-mode exception occurs in any other application, sysreg will report the exception but the exception
-; has no effect on the test result
-;
-; Note: if the value is set to IGNORE, sysreg will ignore all user-mode exceptions
-;
-; Note: if the variable is not set, then sysreg will stop on the first user-mode exception
-;
-; seperate each application with an space
-
-
-ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe
-;ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe lsass.exe
-
-;ROSBOOT_TERMINATE_EMULATOR
-;
-; Terminate the emulator when sysreg exits, default no
-;
-;ROSBOOT_TERMINATE_EMULATOR=no
-ROSBOOT_TERMINATE_EMULATOR=yes
Removed: trunk/reactos/tools/sysreg/secstage.cfg
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/secstage.cfg?…
==============================================================================
--- trunk/reactos/tools/sysreg/secstage.cfg (original)
+++ trunk/reactos/tools/sysreg/secstage.cfg (removed)
@@ -1,110 +1,0 @@
- ; ROS_OUTPUT
-;
-; This variable sets the location where to search symbol files for modules
-; This is required when tracing usermode exceptions, bsod etc...
-;
-; If this value is not defined, sysreg looks for the environment variable
-; ROS_OUTPUT. If this is also not set, it uses the default output-i386
-
-ROS_OUTPUT=D:\reactos\output-i386
-
-; ROS_ADDR2LINE
-;
-; This value is used by the symbol resolver to convert an module address into
-; an source file + line number;
-;
-; Note: The symbol resolver appends the modulename and the module address seperated by an space
-
-ROS_ADDR2LINE=addr2line.exe --exe=
-
-;-----------------------------------------------------------------------------------------
-; RosBoot specific settings
-;
-
-;
-; ROSBOOT_CMD
-;
-; This value is the command which is executed to gain debugging data
-; this value is mandatory
-
-ROSBOOT_CMD=D:\reactos\qemu\qemu.exe -serial pipe:qemu -boot c -m 128 -L D:\reactos\qemu\ D:\reactos\RosVM.vmdk -pidfile pid.txt
-
-;
-; ROSBOOT_DEBUG_PORT
-;
-; This variable controls on where to look for debugging data. If the
-; value is set to file, then sysreg will execute ROSBOOT_CMD and also
-; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
-;
-; If the value is set to pipe, then sysreg will read from pipe created by the
-; ROSBOOT_CMD
-;
-;ROSBOOT_DEBUG_PORT=file
-ROSBOOT_DEBUG_PORT=pipe
-
-;
-; ROSBOOT_DEBUG_FILE
-;
-; This value specifies the debug file. This variable must be set when using
-; ROSBOOT_DEBUG_PORT=file
-;
-; Note: when ROSBOOT_DEBUG_PORT is set to pipe, then sysreg will write all received
-; debug data to the specified debug file
-;
-
-ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\secstage.log
-
-
-; ROSBOOT_DELAY_READ;
-;
-; When the emulator is started, it spends a little time loading and running through its
-; BIOS. This time delays reading from the pipe/file untill the specified value
-;
-; the value is in seconds
-;
-; Note: if the value is not provided, then reading debug info is started immediately
-
-ROSBOOT_DELAY_READ=4
-
-
-
-; ROSBOOT_TIME_OUT
-;
-; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
-; runs longer than this value, sysreg exits with success mode;
-;
-; Note: if you set the variable ROSBOOT_CHECK_POINT and the checkpoint is not reached
-; within this time, sysreg exits with failure mode
-;
-; If the variable is not set, the default timeout is 1 minute
-;
-ROSBOOT_TIME_OUT=180.0
-
-; ROSBOOT_CHECK_POINT
-;
-; RosBoot will stop executing when it finds a string in the form
-; SYSREG_CHECKPOINT:CP_NAME
-;
-; CP_NAME is the value of the ROSBOOT_CHECK_POINT variable
-
-ROSBOOT_CHECK_POINT=SYSSETUP_COMPLETE
-
-
-; ROSBOOT_CRITICAL_APP
-;
-; If an user-mode exception occurs in an critical application, i.e. setup.exe / explorer.exe, sysreg will report
-; that the test has failed and quit debugging immediately
-;
-; if an user-mode exception occurs in any other application, sysreg will report the exception but the exception
-; has no effect on the test result
-;
-; Note: if the value is set to IGNORE, sysreg will ignore all user-mode exceptions
-;
-; Note: if the variable is not set, then sysreg will stop on the first user-mode exception
-;
-; seperate each application with an space
-
-
-ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe
-;ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe lsass.exe
-
Modified: trunk/reactos/tools/sysreg/txtmode.cfg
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/txtmode.cfg?r…
==============================================================================
--- trunk/reactos/tools/sysreg/txtmode.cfg (original)
+++ trunk/reactos/tools/sysreg/txtmode.cfg Thu Jul 19 17:43:49 2007
@@ -1,112 +1,79 @@
- ; ROS_OUTPUT
+; ROS_EMULATOR_TYPE
;
-; This variable sets the location where to search symbol files for modules
-; This is required when tracing usermode exceptions, bsod etc...
+; This variable defines which emulator should be used to emulate ReactOS
;
-; If this value is not defined, sysreg looks for the environment variable
-; ROS_OUTPUT. If this is also not set, it uses the default output-i386
+;ROS_EMU_TYPE=[qemu|vmware]
-ROS_OUTPUT=D:\reactos\output-i386
+ROS_EMU_TYPE=qemu
-; ROS_ADDR2LINE
+; ROS_EMU_PATH
;
-; This value is used by the symbol resolver to convert an module address into
-; an source file + line number;
+; This variable sets the path to the emulator
;
-; Note: The symbol resolver appends the modulename and the module address seperated by an space
+;ROS_EMU_PATH=/usr/bin/qemu
+ROS_EMU_PATH=E:\reactos\qemu\qemu.exe
-ROS_ADDR2LINE=addr2line.exe --exe=
-;-----------------------------------------------------------------------------------------
-; RosBoot specific settings
+; ROS_HD_IMAGE
+;
+; The hdd image to use for running the emulator. If this variable is not
+; set, SysReg will create a HDD with name "ros.img" using the qemu-img tool. It will search
+; this tool in the directory of emulator and abort if the tool cannot be found
+
+ROS_HD_IMAGE=E:\reactos\qemu\RosVMDK.img
+
+; ROS_CD_IMAGE
+;
+; Set this variable if you want sysreg to perform a full ReactOS installation using
+; an ReactOS unattended installation disk. If this variable is not set, SysReg lets the emulator boot
+; from harddisk.
;
-;
-; ROSBOOT_CMD
-;
-; This value is the command which is executed to gain debugging data
-; this value is mandatory
+ROS_CD_IMAGE=E:\reactos\qemu\Reactos-RegTest.iso
-;ROSBOOT_CMD=D:\reactos\qemu\qemu.exe -serial pipe:qemu -boot d -m 128 -L D:\reactos\qemu\ D:\reactos\RosVM.vmdk -cdrom ; D:\Reactos\ReactOS-RegTest.iso -pidfile pid.txt
-
-ROSBOOT_CMD=/usr/bin/qemu -serial file:/home/freenet/reactos/tools/sysreg/txtmode.log -boot d -m 64 -L /home/freenet/reactos/qemu /home/freenet/reactos/qemu/c.img -cdrom /home/freenet/reactos/ReactOS.iso
-
-;
-; ROSBOOT_DEBUG_PORT
-;
-; This variable controls on where to look for debugging data. If the
-; value is set to file, then sysreg will execute ROSBOOT_CMD and also
-; open the file specified in ROSBOOT_DEBUG_FILE and read the debugging info from the file
-;
-; If the value is set to pipe, then sysreg will read from pipe created by the
-; ROSBOOT_CMD
-;
-ROSBOOT_DEBUG_PORT=file
-;ROSBOOT_DEBUG_PORT=pipe
-
-;
-; ROSBOOT_DEBUG_FILE
-;
-; This value specifies the debug file. This variable must be set when using
-; ROSBOOT_DEBUG_PORT=file
-;
-; Note: when ROSBOOT_DEBUG_PORT is set to pipe, then sysreg will write all received
-; debug data to the specified debug file
+;-------------------------------------------------------------------------------------------
+; Additional Options
;
-;ROSBOOT_DEBUG_FILE=D:\ReactOS\tools\sysreg\txtmode.log
-ROSBOOT_DEBUG_FILE=/home/freenet/reactos/tools/sysreg/txtmode.log
+; ROS_MAX_TIME
+;
+;
+; Set this variable to value which is the maximum time the emulator lets ReactOS run
+; If not set, the emulator runs as long as no exception occurs in the emulator.
+; ROS_MAX_TIME=180.0
-; ROSBOOT_DELAY_READ;
+; ROS_LOG_FILE
+;
+; filename of log which receives all debugging data gained from the Emulator
+; ROS_LOG_FILE=debug.log
+
+; ROS_SYM_DIR
+;
+; This directory sets the location where to search symbol files for modules
+; In case of an BSOD, usermode exception, Sysreg will attempt to create a backtrace
+; from the debugging data
+;
+; ROS_SYM_DIR=E:\reactos\output-i386
+
+; ROS_DELAY_READ;
;
; When the emulator is started, it spends a little time loading and running through its
-; BIOS. This time delays reading from the pipe/file untill the specified value
+; BIOS. This time delays reading from the pipe/file untill the specified value.
;
-; the value is in seconds
+; Note: set this value if you have problems with timeouts or cutoff debugging data
;
-; Note: if the value is not provided, then reading debug info is started immediately
+; ROS_DELAY_READ=4
-ROSBOOT_DELAY_READ=4
-
-
-
-; ROSBOOT_TIME_OUT
-;
-; This variable is the maximum runtime of the ROSBOOT_CMD. If the command
-; runs longer than this value, sysreg exits with success mode;
-;
-; Note: if you set the variable ROSBOOT_CHECK_POINT and the checkpoint is not reached
-; within this time, sysreg exits with failure mode
-;
-; If the variable is not set, the default timeout is 1 minute
-;
-ROSBOOT_TIME_OUT=180.0
-
-; ROSBOOT_CHECK_POINT
+; ROS_CHECK_POINT
;
; RosBoot will stop executing when it finds a string in the form
-; SYSREG_CHECKPOINT:CP_NAME
+; SYSREG_CHECKPOINT:YOUR_CHECKPOINT_NAME
;
-; CP_NAME is the value of the ROSBOOT_CHECK_POINT variable
+;ROS_CHECK_POINT=YOUR_CHECKPOINT_NAME
-;ROSBOOT_CHECK_POINT=USETUP_COMPLETE
-ROSBOOT_CHECK_POINT=SYSSETUP_COMPLETE
-ROSBOOT_CHECK_POINT=THIRDBOOT_COMPLETE
-
-; ROSBOOT_CRITICAL_APP
+;ROS_CRITICAL_IMAGE
;
-; If an user-mode exception occurs in an critical application, i.e. setup.exe / explorer.exe, sysreg will report
+; If an user-mode exception occurs in an critical application, dll etc, i.e. setup.exe / explorer.exe, sysreg will report
; that the test has failed and quit debugging immediately
;
-; if an user-mode exception occurs in any other application, sysreg will report the exception but the exception
-; has no effect on the test result
-;
-; Note: if the value is set to IGNORE, sysreg will ignore all user-mode exceptions
-;
-; Note: if the variable is not set, then sysreg will stop on the first user-mode exception
-;
-; seperate each application with an space
-
-
-ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe
-;ROSBOOT_CRITICAL_APP=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe lsass.exe
+;ROS_CRITICAL_IMAGE=setup.exe userinit.exe smss.exe winlogon.exe csrss.exe explorer.exe