mirror of
https://github.com/reactos/reactos.git
synced 2025-05-08 19:27:00 +00:00
[README]
- Precise which target we are primarily aiming at, update the readme a little bit. - Add it to the installed files. svn path=/trunk/; revision=58417
This commit is contained in:
parent
858bf16c6d
commit
aeed6a7831
2 changed files with 14 additions and 12 deletions
|
@ -54,6 +54,7 @@ add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/icon.ico DESTINATION root NO_CAB FO
|
||||||
|
|
||||||
#readme.txt
|
#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 root NO_CAB FOR all)
|
||||||
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/readme.txt DESTINATION reactos FOR all)
|
||||||
|
|
||||||
#freeldr.ini
|
#freeldr.ini
|
||||||
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd.ini DESTINATION root NO_CAB NAME_ON_CD freeldr.ini FOR bootcd regtest)
|
add_cd_file(FILE ${CMAKE_CURRENT_SOURCE_DIR}/bootcd.ini DESTINATION root NO_CAB NAME_ON_CD freeldr.ini FOR bootcd regtest)
|
||||||
|
|
|
@ -1,16 +1,16 @@
|
||||||
========================
|
========================
|
||||||
ReactOS Version 0.3.x
|
ReactOS™ Version 0.3.x
|
||||||
Updated July 28, 2007
|
Updated March 3, 2013
|
||||||
========================
|
========================
|
||||||
|
|
||||||
1. What is ReactOS?
|
1. What is ReactOS?
|
||||||
-------------------
|
-------------------
|
||||||
|
|
||||||
ReactOS is an Open Source effort to develop a quality operating system that is
|
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
|
compatible with applications and drivers written for the Microsoft® Windows™ NT
|
||||||
family of operating systems (NT4, 2000, XP, 2003, Vista).
|
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
|
2. Relationship with the WINE project
|
||||||
|
@ -25,7 +25,7 @@ applications and testing suites.
|
||||||
3. Future compatibility
|
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
|
compatibility, is always keeping an eye toward compatibility with
|
||||||
Windows Vista and future Windows NT releases.
|
Windows Vista and future Windows NT releases.
|
||||||
|
|
||||||
|
@ -35,18 +35,19 @@ Windows Vista and future Windows NT releases.
|
||||||
|
|
||||||
The Windows NT architecture allows for subsystems, as does the ReactOS
|
The Windows NT architecture allows for subsystems, as does the ReactOS
|
||||||
architecture. A subsystem is an implementation of the APIs of another
|
architecture. A subsystem is an implementation of the APIs of another
|
||||||
operating system, allowing ReactOS to run applications from other systems. We
|
operating system, allowing ReactOS to run applications from other systems.
|
||||||
are already looking at subsystems for: Java, OS/2, and DOS and possibly others
|
We are already looking at subsystems for: Java, OS/2, and DOS and possibly
|
||||||
in the future.
|
others in the future.
|
||||||
|
|
||||||
|
|
||||||
5. Tutorials
|
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
|
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
|
6. Author
|
||||||
---------
|
---------
|
||||||
|
|
Loading…
Reference in a new issue