reactos/reactos
Sir Richard c30930d3ec [NTOS]: MiRosTakeOverPebTebRanges now creates a small ~1MB ARM3 memory range on top of the ReactOS per-process VA. This does a couple of things: First of all, it changes the default PEB address to another static address. Still not dynamic like it will be soon, but at least it changes it a bit so we can test if anything breaks due to that. It also likewise changes the addresses of the TEBs (Shifted down by 1MB, basically). Finally, it blocks off that part of address space, which nobody should be using now, to see if anyone does indeed touch it.
[NTOS]: Knowing if this change causes issues will help later in determining regressions due to TEB/PEBs mapped as VADs by ARM3, and regressions simply due to the change in VA layout.
[NTOS]: When implemented, the VAD mapping for PEB/TEB will only use that ~1MB, which yes, will limit ReactOS processes to each have only 256 threads. That is obviously a temporary limitation, one I doubt we'll even hit, but I'm putting it out here so you know.

svn path=/trunk/; revision=48176
2010-07-22 03:22:43 +00:00
..
base [EVENTVWR] 2010-07-20 18:32:28 +00:00
boot [FREELDR] 2010-07-20 21:38:58 +00:00
dll [GDIPLUS] 2010-07-21 15:55:51 +00:00
drivers [ATAPI] 2010-07-21 01:07:19 +00:00
hal [HALACPI]: Wherever I(?) copy pasted the original HalAdjustResourceList from, in the ACPI HAL, I have no idea, but the definition was totally wrong. Should fix the build. 2010-07-19 15:32:13 +00:00
include [NDK]: Add all the definitions regarding VADs. 2010-07-22 01:41:20 +00:00
lib This patch introduces a highly-shareable version of AVL trees both for RTL usage and for ARM3's MM_AVL_TABLE/MMADDRESS_NODE structures used by VADs on Windows (and soon, ReactOS): 2010-07-22 01:41:45 +00:00
media update README.WINE 2010-07-21 21:28:31 +00:00
modules Create a branch for header work. 2010-02-26 22:57:55 +00:00
ntoskrnl [NTOS]: MiRosTakeOverPebTebRanges now creates a small ~1MB ARM3 memory range on top of the ReactOS per-process VA. This does a couple of things: First of all, it changes the default PEB address to another static address. Still not dynamic like it will be soon, but at least it changes it a bit so we can test if anything breaks due to that. It also likewise changes the addresses of the TEBs (Shifted down by 1MB, basically). Finally, it blocks off that part of address space, which nobody should be using now, to see if anyone does indeed touch it. 2010-07-22 03:22:43 +00:00
subsystems [WIN32K] 2010-07-19 22:41:35 +00:00
tools [RBUILD] 2010-07-21 23:17:12 +00:00
apistatus.lst Create a branch for header work. 2010-02-26 22:57:55 +00:00
baseaddress.rbuild Fixup some base address after mshtml growup. 2010-07-10 18:47:45 +00:00
config-amd64.template.rbuild Revert r46466 2010-03-27 18:29:08 +00:00
config-arm.template.rbuild Create a branch for header work. 2010-02-26 22:57:55 +00:00
config-ppc.template.rbuild Create a branch for header work. 2010-02-26 22:57:55 +00:00
config.template.rbuild Create a branch for header work. 2010-02-26 22:57:55 +00:00
COPYING Create a branch for header work. 2010-02-26 22:57:55 +00:00
COPYING.ARM Create a branch for header work. 2010-02-26 22:57:55 +00:00
COPYING.LIB Create a branch for header work. 2010-02-26 22:57:55 +00:00
COPYING3 Create a branch for header work. 2010-02-26 22:57:55 +00:00
COPYING3.LIB Create a branch for header work. 2010-02-26 22:57:55 +00:00
CREDITS Create a branch for header work. 2010-02-26 22:57:55 +00:00
depmap.xsl Create a branch for header work. 2010-02-26 22:57:55 +00:00
Doxyfile - Reduce diff to trunk 2010-03-25 21:29:59 +00:00
INSTALL Create a branch for header work. 2010-02-26 22:57:55 +00:00
Makefile - Add "bootcdregtest" in the list of well-known targets. 2010-06-09 10:34:35 +00:00
proxy.mak Create a branch for header work. 2010-02-26 22:57:55 +00:00
ReactOS-amd64.rbuild [CRT] 2010-06-13 01:24:42 +00:00
ReactOS-arm.rbuild Fix ARM build 2010-06-27 20:44:47 +00:00
ReactOS-generic.rbuild [HEADERS] 2010-03-12 23:16:29 +00:00
ReactOS-i386.rbuild Merge trunk head (46467) 2010-03-26 15:47:53 +00:00
ReactOS-ppc.rbuild Create a branch for header work. 2010-02-26 22:57:55 +00:00
README Create a branch for header work. 2010-02-26 22:57:55 +00:00
rosbuild.bat Fix the make path. 2010-04-16 10:48:02 +00:00
vreport.xsl Create a branch for header work. 2010-02-26 22:57:55 +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.