reactos/reactos
Aleksey Bragin b5ceb7733a - Pass correct allocation flags to ZwAllocateVirtualMemory.
- Don't provide region size when freeing virtual memory (spotted by Evgeniy Boltik, confirmed by MSDN).

svn path=/trunk/; revision=40268
2009-03-28 16:53:51 +00:00
..
base - Fix a buffer overflow in cmd 2009-03-26 06:31:46 +00:00
boot Fix typo 2009-03-28 09:28:05 +00:00
dll - Wait on the correct event 2009-03-27 04:10:10 +00:00
drivers - Remove a useless parameter from UnlockAndMaybeComplete 2009-03-28 15:49:29 +00:00
hal Do not crash on Pentium. 2009-03-11 20:34:34 +00:00
include Add some defines, to be used later in freeldr 2009-03-28 10:33:19 +00:00
lib - Add another heap freelist for small blocks, making mingw32-make about 100 times faster at loading makefile.auto 2009-03-26 06:32:14 +00:00
media update README.WINE 2009-03-25 14:00:43 +00:00
modules The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
ntoskrnl - Fix queue index (actually do what comment in the code says). Spotted by Alex. 2009-03-27 12:03:29 +00:00
subsystems - Pass correct allocation flags to ZwAllocateVirtualMemory. 2009-03-28 16:53:51 +00:00
tools Sync CRT initialization code with mingw-w64 r690 2009-03-17 20:17:02 +00:00
apistatus.lst The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
baseaddress.rbuild - Add httpapi, initpki, itircl, msisys.ocx, msnet32, pidgen, resutils, sccbase, slbcsp, softpub, traffic from Wine 2009-03-15 15:20:51 +00:00
config-arm.template.rbuild - Change description of what OARCH option does. 2008-12-28 05:12:45 +00:00
config-ppc.template.rbuild - Change description of what OARCH option does. 2008-12-28 05:12:45 +00:00
config.template.rbuild - Change description of what OARCH option does. 2008-12-28 05:12:45 +00:00
COPYING The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
COPYING.ARM The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
CREDITS add myself 2008-11-26 19:48:01 +00:00
depmap.xsl The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
Doxyfile - Generate to do list, test list, bug list and deprecated list. 2009-01-04 11:44:45 +00:00
INSTALL The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
LGPL.txt The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
Makefile Implement full dependencies for rbuild: changing a header file will now automatically rebuild all modules that include it, directly or indirectly. Very slow, but an irreplaceable tool for header fixing 2009-01-25 16:19:45 +00:00
proxy.mak The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
ReactOS-arm.rbuild Revert my changes in r37808. 2008-12-02 19:05:11 +00:00
ReactOS-generic.rbuild Introduce new config flag BUILD_MP. Compile MP kernel and hal only when this is set to 1 to save us some time and space. 2008-12-22 15:23:08 +00:00
ReactOS-i386.rbuild - Turn on multi-character constants support in GCC. Makes TAG macro usage redundant. 2009-02-18 14:51:07 +00:00
ReactOS-ppc.rbuild The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
README The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00
vreport.xsl The real, definitive, Visual C++ support branch. Accept no substitutes 2008-10-25 17:56:00 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   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 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/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.