Author: hbelusca Date: Sun Mar 3 17:16:29 2013 New Revision: 58417
URL: http://svn.reactos.org/svn/reactos?rev=58417&view=rev Log: [README] - Precise which target we are primarily aiming at, update the readme a little bit. - Add it to the installed files.
Modified: trunk/reactos/boot/bootdata/CMakeLists.txt trunk/reactos/boot/bootdata/readme.txt
Modified: trunk/reactos/boot/bootdata/CMakeLists.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/CMakeLists.tx... ============================================================================== --- trunk/reactos/boot/bootdata/CMakeLists.txt [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/CMakeLists.txt [iso-8859-1] Sun Mar 3 17:16:29 2013 @@ -54,6 +54,7 @@
#readme.txt add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/readme.txt DESTINATION root NO_CAB FOR all) +add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/readme.txt DESTINATION reactos FOR all)
#freeldr.ini add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd.ini DESTINATION root NO_CAB NAME_ON_CD freeldr.ini FOR bootcd regtest)
Modified: trunk/reactos/boot/bootdata/readme.txt URL: http://svn.reactos.org/svn/reactos/trunk/reactos/boot/bootdata/readme.txt?re... ============================================================================== --- trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] (original) +++ trunk/reactos/boot/bootdata/readme.txt [iso-8859-1] Sun Mar 3 17:16:29 2013 @@ -1,16 +1,16 @@ ======================== -ReactOS Version 0.3.x -Updated July 28, 2007 +ReactOS Version 0.3.x +Updated March 3, 2013 ========================
1. What is ReactOS? -------------------
-ReactOS is an Open Source effort to develop a quality operating system that is -compatible with applications and drivers written for the Microsoft Windows NT -family of operating systems (NT4, 2000, XP, 2003, Vista). +ReactOS is an Open Source effort to develop a quality operating system that is +compatible with applications and drivers written for the Microsoft® Windows NT +family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).
-Website: http://www.reactos.org/ +Website: http://www.reactos.org
2. Relationship with the WINE project @@ -25,7 +25,7 @@ 3. Future compatibility -----------------------
-The ReactOS project, although currently focused on Windows XP +The ReactOS project, although currently focused on Windows Server 2003 compatibility, is always keeping an eye toward compatibility with Windows Vista and future Windows NT releases.
@@ -35,18 +35,19 @@
The Windows NT architecture allows for subsystems, as does the ReactOS architecture. A subsystem is an implementation of the APIs of another -operating system, allowing ReactOS to run applications from other systems. We -are already looking at subsystems for: Java, OS/2, and DOS and possibly others -in the future. +operating system, allowing ReactOS to run applications from other systems. +We are already looking at subsystems for: Java, OS/2, and DOS and possibly +others in the future.
5. Tutorials ------------
-Developer and User Tutorials: http://www.reactos.org/wiki/index.php/Main_Page +Developer and User Tutorials: http://www.reactos.org/wiki
The tutorials contain more information on the project, compiling and testing -ReactOS - among other topics. Contributors to the project are always welcome. +ReactOS - amongst other topics. Contributors to the project are always welcome. +
6. Author ---------