reactos/reactos
Stefan Ginsberg 3d64a589fb - Do not pass gcc and ld flags to other tools
svn path=/trunk/; revision=41448
2009-06-18 18:18:57 +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 - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
drivers - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
hal - Use MmFreeContiguousMemorySpecifyCache to free memory allocated by MmAllocateContiguousMemorySpecifyCache in HalAllocateCommonBuffer 2009-06-02 01:30:52 +00:00
include - mmreg uses for all structures contained byte-aligned packing 2009-06-18 08:03:40 +00:00
lib - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
media - Add Symbol font from Wine 2009-06-16 15:41:29 +00:00
modules - Delete entries for removed modules (os2, posix, rosky and vms). 2009-05-28 12:53:29 +00:00
ntoskrnl - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
subsystems - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +00:00
tools - Do not pass gcc and ld flags to other tools 2009-06-18 18:18:57 +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 ntlanman.dll (not implemented) 2009-06-16 15:38:45 +00:00
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 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 commit #100: add me to credits 2009-04-06 15:03:57 +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 modified Makefile 2009-06-10 17:56:12 +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 - 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 modified dll/win32/srclient/srclient_main.c 2009-06-16 00:24:26 +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.