reactos/reactos
Dmitry Gorbachev e654206923 Fix some bugs.
svn path=/trunk/; revision=43217
2009-09-28 20:46:30 +00:00
..
base remove BOM 2009-09-27 13:44:37 +00:00
boot - Add ks.inf 2009-09-28 18:12:40 +00:00
dll Hey Arch, how do you expect kernel32 to build with Microsoft's headers if you define a NTDDI_VERSION that conflicts with _WIN32_WINNT and makes sdkddkver.h cry? Remove the conflicting define from the .rbuild and redefine it in the header before including the NDK (this is needed because we need Vista types from the PSDK but require 2003 types from the NDK -- glorious, eh?). 2009-09-28 17:45:23 +00:00
drivers Do not copy those structures twice. 2009-09-28 20:46:19 +00:00
hal - Use MAXUINT, MAXULONG, MAXDWORD, MAXULONGLONG and MAXULONGLONG instead of ~0 or casting -1 to unsigned. 2009-09-27 20:07:43 +00:00
include Erm, thanks Timo... 2009-09-28 20:34:11 +00:00
lib - Thanks Stefan. 2009-09-28 18:43:27 +00:00
media - Add ks.inf 2009-09-28 18:12:40 +00:00
modules
ntoskrnl Fix some bugs. 2009-09-28 20:46:30 +00:00
subsystems - [NtDDraw] 2009-09-27 03:12:02 +00:00
tools
apistatus.lst
baseaddress.rbuild
config-amd64.template.rbuild Add rbuild files for x64 build. Dedicated to encoded. 2009-09-26 21:52:00 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild
COPYING
COPYING.ARM
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-amd64.rbuild Add rbuild files for x64 build. Dedicated to encoded. 2009-09-26 21:52:00 +00:00
ReactOS-arm.rbuild
ReactOS-generic.rbuild
ReactOS-i386.rbuild
ReactOS-ppc.rbuild
README
vreport.xsl

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