Author: peterw
Date: Mon Mar 27 11:38:43 2006
New Revision: 21397
URL: http://svn.reactos.ru/svn/reactos?rev=21397&view=rev
Log:
[AUDIT]
reactos\drivers\storage\disk (Unlocked):
- I've read over each function and there is nothing in here
which is reversed, besides it's not even compatible with
the windows counter-part.
- I state that this is clean.
Modified:
trunk/reactos/drivers/storage/disk/disk.c (props changed)
trunk/reactos/drivers/storage/disk/disk.rc (props changed)
Propchange: trunk/reactos/drivers/storage/disk/disk.c
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*
Propchange: trunk/reactos/drivers/storage/disk/disk.rc
------------------------------------------------------------------------------
--- svn:needs-lock (original)
+++ svn:needs-lock (removed)
@@ -1,1 +1,0 @@
-*
Author: peterw
Date: Sun Mar 26 23:57:49 2006
New Revision: 21396
URL: http://svn.reactos.ru/svn/reactos?rev=21396&view=rev
Log:
Fixed a few spelling mistakes and change http://www.reactos.com to http://www.reactos.org/.
Modified:
trunk/reactos/INSTALL
trunk/reactos/README
Modified: trunk/reactos/INSTALL
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/INSTALL?rev=21396&r1=21395&…
==============================================================================
--- trunk/reactos/INSTALL (original)
+++ trunk/reactos/INSTALL Sun Mar 26 23:57:49 2006
@@ -2,21 +2,21 @@
To build the system you need either mingw32 installed on Windows or a mingw32
cross compiler running on unix. You may obtain MinGW binaries that build
-ReactOS from http://www.reactos.com.
+ReactOS from http://www.reactos.org/.
2. Building ReactOS
2.1 Building the binaries
-To build ReactOS run 'make' (wihout the quotes) if you are building on Linux
+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.
2.2 Building a bootable CD image
-To build a bootable CD image run 'make bootcd' (wihout the quotes) if you are
+To build a bootable CD image run 'make bootcd' (without the quotes) if you are
building on Linux or 'mingw32-make bootcd' if you are building on Windows (or
ReactOS) from the top directory. This will create a CD image with a filename,
ReactOS.iso, in the top directory.
@@ -75,6 +75,6 @@
bugs should be submitted to bugzilla and general chat takes place in the forums,
or #reactos on freenode
-http://www.reactos.org
+http://www.reactos.org/
ReactOS Development Team
Modified: trunk/reactos/README
URL: http://svn.reactos.ru/svn/reactos/trunk/reactos/README?rev=21396&r1=21395&r…
==============================================================================
--- trunk/reactos/README (original)
+++ trunk/reactos/README Sun Mar 26 23:57:49 2006
@@ -9,11 +9,11 @@
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 towards compatibility with
+compatibility, is always keeping an eye toward compatibility with
future Windows NT releases, that is, Windows 2000 (NT 5.0) and
Windows XP (NT 5.1).
-More information is available at http://www.reactos.com.
+More information is available at http://www.reactos.org/.
2. Building ReactOS