reactos/reactos
2007-12-10 14:24:42 +00:00
..
base Spanish translation for "find" by Grant A. Brady (bragr AT bradphi DOT com) with some fixes by encoded. 2007-12-10 14:24:42 +00:00
boot - Because we'll need to pass the ARC hardware information to the kernel, we need to use the usual FreeLDR trick of using a static buffer where to store the data instead of allocating memory. But, unlike our other data, this kind of information is variably-sized, and it's not possible to make arrays of arrays and start assuming upper bounds. Therefore, give us a large 16KB stash buffer, and implement a very simple array-based heap allocator so that all the ARC hardware memory will be contiguous and static as the kernel will expect it. 2007-12-09 22:57:40 +00:00
dll fix a typo 2007-12-10 12:21:51 +00:00
drivers fix redzone overwrite when launching solitaire 2007-12-10 09:57:30 +00:00
hal Remove useless files 2007-12-07 14:23:40 +00:00
include Dmitry Timoshkov : include/wine/debug.h: Fix compilation warning in 64-bit mode. <dmitry at codeweavers.com> 2007-12-09 13:57:09 +00:00
lib - Save hive flags instead of ignoring them (but ignore no lazy flush for now). 2007-12-05 22:30:33 +00:00
media Update status 2007-12-01 18:30:48 +00:00
modules
ntoskrnl - Our NtCreateKey currently allows building trees (which is incorrect) if the parent key is a symbolic link (which does exist), but if the target doesn't exist (Since the check 'does parent exist' is done Before the symlink is converted to its target. One side-effect is that although we create the CurrentControlSet symlink to ControlSet001, we never create ControlSet001. We end up creating it later during the boot by creating a sub-key, by exposing the bug in NtCreateKey. Since the new NtCreateKey uses the new parse routine code and doesn't exhibit this bug, we have to create ControlSet001 manually to avoid a failure. Other bugs of this nature may exist. Bug found and fixed by Alex. 2007-12-09 19:36:04 +00:00
subsystems Prevent crash in gdibatch. 2007-12-09 18:45:13 +00:00
tools Do not add twice a link to crt library 2007-12-05 16:53:14 +00:00
apistatus.lst - Build API stats on request (new target "make rgenstat" will create apistatus.xml) 2007-11-08 20:52:42 +00:00
baseaddress.rbuild Dmitry Chapyshev <lentind@yandex.ru> 2007-11-22 18:04:21 +00:00
config-ppc.template.rbuild Delete all Trailing spaces in code. 2007-10-19 23:21:45 +00:00
config.template.rbuild Remove MP build option from config.template.rbuild 2007-11-05 16:20:30 +00:00
COPYING
CREDITS Bug 2869 - Lithuanian translation update - cman<AT>cman<DOT>us 2007-12-08 13:38:43 +00:00
depmap.xsl
Doxyfile - Commit changes made to doxygen config by Marc Piulachs. 2007-10-14 12:52:44 +00:00
INSTALL
LGPL.txt
Makefile - Build API stats on request (new target "make rgenstat" will create apistatus.xml) 2007-11-08 20:52:42 +00:00
proxy.mak
ReactOS-generic.rbuild Remove MP build option from config.template.rbuild 2007-11-05 16:20:30 +00:00
ReactOS-i386.rbuild adding back -enable-stdcall-fixup linkerflag 2007-11-21 11:47:58 +00:00
ReactOS-ppc.rbuild React to changes in rbuild with regard to definitions. These are now 2007-10-24 02:23:54 +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.