From 815a380bfeb01f8a1e52714791e2b495d101a151 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sat, 16 Dec 2006 11:06:33 +0000 Subject: [PATCH] - ReactOS does not directly aim NT4 compatibility everywhere, reflect this in the readme. - Add a sentence about RosBE. svn path=/trunk/; revision=25177 --- reactos/INSTALL | 2 +- reactos/README | 11 ++++++----- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/reactos/INSTALL b/reactos/INSTALL index 364e5450876..d1c57d17b17 100644 --- a/reactos/INSTALL +++ b/reactos/INSTALL @@ -11,7 +11,7 @@ ReactOS from http://www.reactos.org/. To build ReactOS run 'make' (without the quotes) if you are building on Linux or 'mingw32-make' if you are building on Windows (or ReactOS) from the top -directory. +directory. If you are using RosBE, follow on-screen instructions. 2.2 Building a bootable CD image diff --git a/reactos/README b/reactos/README index 57a8b030dea..a06e1123d85 100644 --- a/reactos/README +++ b/reactos/README @@ -1,6 +1,6 @@ ======================== ReactOS Version 0.3.x -Updated Nov 30, 2006 +Updated Dec 16, 2006 ======================== 1. What is ReactOS? @@ -8,10 +8,11 @@ Updated Nov 30, 2006 ReactOS is an Open Source effort to develop a quality operating system that is compatible with Windows NT applications and drivers. - The ReactOS project, although currently focused on Windows NT 4.0 -compatibility, is always keeping an eye toward compatibility with -Windows 2000 (NT 5.0), Windows XP (NT 5.1), Windows Vista and future -Windows NT releases. + The ReactOS project, although currently focused on Windows XP/2003 +drivers compatibility, is always keeping an eye toward compatibility with +older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new +Windows NT releases (Vista, etc). Applications (Win32 API) compatibility +focus is Windows XP. More information is available at http://www.reactos.org/.