reactos/reactos
2005-07-30 23:57:14 +00:00
..
apps make the telProcessNetwork() thread function STDCALL! 2005-07-29 23:04:48 +00:00
boot Check if the cpu supports the pae mode. 2005-07-30 18:55:25 +00:00
bootdata added an initial MARTA provider (only two functions stubbed) 2005-07-26 21:17:06 +00:00
doc import objsel.dll from wine-20050726 2005-07-26 13:40:31 +00:00
drivers fix waring kdump.c:246: warning: 'OldIrql' may be used uninitialized for dgb=0; 2005-07-30 13:44:07 +00:00
hal Move NDEBUG higher so it actually works and doesn't output all debug messages (fix suggested by hpoussin). 2005-07-30 19:06:53 +00:00
include Fix definiton of DPRINT1 for non-DBG build. 2005-07-29 18:11:04 +00:00
lib Don't use CSRSS handles if we alreay have some (so we can inherit file handles, etc) 2005-07-30 23:57:14 +00:00
media set eol-style for most xml files 2005-07-24 21:42:00 +00:00
modules Add posix, os2, and vms optional modules. 2005-07-29 13:56:00 +00:00
ntoskrnl Don't use CSRSS handles if we alreay have some (so we can inherit file handles, etc) 2005-07-30 23:57:14 +00:00
regtests set eol-style for most xml files 2005-07-24 21:42:00 +00:00
services - Various Microsoft DDK/PSDK compatibility fixes and some MSVC stuff too. 2005-07-26 14:00:45 +00:00
subsys Made cmd unicode compatible. 2005-07-30 18:52:33 +00:00
tools - Support conformant arrays as in and out parameters. 2005-07-30 19:31:52 +00:00
w32api added a forward declaration to _DRIVE_LAYOUT_INFORMATION(_EX). this fixes building io/disk.c with GCC4. The reason is that the structures were used in function prototypes, which are forward declarations in the scope of the function declaration only. Since the structures were defined later, the implementations of the functions using them, actually used the defined structure types, which were different from the forward declarations in the function prototypes (even though they have the same name, they just differ in their scope). This caused GCC to warn because of incompatible function prototypes and incompatible pointer types passed to those functions 2005-07-29 13:28:37 +00:00
apistatus.lst
baseaddress.xml added an initial MARTA provider (only two functions stubbed) 2005-07-26 21:17:06 +00:00
config.template.xml set eol-style for most xml files 2005-07-24 21:42:00 +00:00
COPYING
CREDITS add my self to CREDITS 2005-06-08 17:29:59 +00:00
Doxyfile
INSTALL Update installation instructions 2005-05-13 19:47:30 +00:00
LGPL.txt
Makefile Install freeloader installer. 2005-07-12 15:04:17 +00:00
proxy.mak Add "depends" target for makefiles 2005-06-16 21:02:52 +00:00
ReactOS.xml set eol-style for most xml files 2005-07-24 21:42:00 +00:00
README

========================
ReactOS Version 0.2.x
Updated June 23rd, 2004
========================

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 NT 4.0
compatibility, is always keeping an eye towards 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.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file