reactos/reactos
2009-06-21 09:08:05 +00:00
..
base Bug 4620: Incorrect code page output in shutdown.exe (Russian locale) by John White 2009-06-18 15:47:41 +00:00
boot - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
dll partial dbghelp wine sync 2009-06-19 22:14:54 +00:00
drivers - Use interval of 10ms for the periodic timer IPortPinWaveRT 2009-06-21 00:16:32 +00:00
hal
include - Add missing flags for MmAllocatePagesForMdlEx. 2009-06-21 03:59:23 +00:00
lib - Define UNREFERENCED_PARAMETER for cmlib when built as host and reapply 41455. 2009-06-19 16:05:16 +00:00
media - Add Symbol font from Wine 2009-06-16 15:41:29 +00:00
modules
ntoskrnl - MC_NPPOOL is special-cased in the memory balancer core to always force the allocation of a page, even in low-memory conditions (which in ReactOS, occur early-on because, in a stroke of typical ReactOS genius, the balancer core is called before the balancer initailizes its values and thresholds). Make MC_SYSTEM special-cased as well, so we never fail to allocate page tables early-on. 2009-06-21 09:08:05 +00:00
subsystems - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
tools modified tools/rbuild/backend/mingw/compilers/gcc.mak 2009-06-19 02:28:33 +00:00
apistatus.lst
baseaddress.rbuild
config-arm.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
config-ppc.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
config.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
COPYING
COPYING.ARM
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-arm.rbuild - In Win32 DBG is defined to 0 for a non-debug build and to 1 for a debug build. In ReactOS we do this slightly different: DBG is correctly defined to 1 for debug, but not defined at all on non-debug/release build. Because gcc is awesome we can then check for debug compilation with both #ifdef DBG and #if DBG (error free! yay gcc!), and so we have mixed usage all over the tree. 2009-06-17 12:44:05 +00:00
ReactOS-generic.rbuild Miscellaneous Visual C++ compilation fixes 2009-06-18 00:41:56 +00:00
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.