mirror of
https://github.com/reactos/reactos.git
synced 2025-02-23 17:05:46 +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
|
||||
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)
|
||||
|
|
|
@ -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 @@ applications and testing suites.
|
|||
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 @@ Windows Vista and future Windows NT releases.
|
|||
|
||||
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
|
||||
---------
|
||||
|
|
Loading…
Reference in a new issue