reactos/reactos
2009-07-11 13:00:09 +00:00
..
base Rearrange some code in cmd parser, avoiding excessive stack space usage (Bug 4536) 2009-07-10 22:33:18 +00:00
boot Just cause it ain't AMD64 ain't meaning it's just x86... so make the macro x86-inclusive instead of x64-exclusive (since we don't want those definitions on ARM either) 2009-07-11 12:04:26 +00:00
dll - Return ERROR_NOT_SUPPORTED error code instead ERROR_CALL_NOT_IMPLEMENTED (in BackupRead, BackupSeek, BackupWrite) 2009-07-11 11:50:42 +00:00
drivers - Don't link portcls and kmixer to the static version rtl -- those routines are exported by ntoskrnl (and all imports were resolved there anyway). 2009-07-10 23:13:13 +00:00
hal
include Also define PAGE_SIZE in armddk.h if it isn't already defined (allows cmlib to compile, amongst others) 2009-07-11 13:00:09 +00:00
lib How was this code even supposed to compile??? 2009-07-11 12:34:25 +00:00
media - wine sync dde.c and dde_private.h to 1.1.24. 2009-07-02 05:07:12 +00:00
modules Remove non-existing "windows" module, the "optional" one is still just virtual. 2009-06-30 15:09:08 +00:00
ntoskrnl Fix a braindead bug that killed my system (512MB) since the loop goes on past 4096 pages if you have enough non paged pool... do you even test this? 2009-07-11 09:36:18 +00:00
subsystems Only call the drivers DrvRealizeBrush when called from BRUSHOBJ_pbGetRbrush. The driver might punt back to GDI and gdi might want to realize the brush although the surface is driver managed. Shuffle functions. 2009-07-11 01:19:39 +00:00
tools GAS should also receive the -march flag, not just the compiler... otherwise, gcc won't let you use things like "cmov" on x86, or anything beyond the armv4 instruction set on ARM 2009-07-11 12:57:41 +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 Import the generic template and comment out _M_ARM since the toolchain already defines it. 2009-07-11 11:52:22 +00:00
ReactOS-generic.rbuild Too many things in -i386 were still "generic" and had to be duplicated accross plat-specific rbuild files, so moved a whole bunch of them into the generic rbuild. 2009-07-11 11:47:21 +00:00
ReactOS-i386.rbuild Too many things in -i386 were still "generic" and had to be duplicated accross plat-specific rbuild files, so moved a whole bunch of them into the generic rbuild. 2009-07-11 11:47:21 +00:00
ReactOS-ppc.rbuild Move gcc -g and -Wall options out of rbuild and into .rbuild files 2009-06-21 22:13:28 +00:00
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.