reactos/reactos
Cameron Gutman 7cfff50f9a [WININET]
- Sync to wine 1.3.21
[PSDK]
- Update headers from sync

svn path=/trunk/; revision=52107
2011-06-05 23:11:41 +00:00
..
base [CMAKE] 2011-06-02 12:18:22 +00:00
boot [FREELDR]: Some ARM architectures do not necessarily have CS0_BASE at 0x00000000, for example, most Ti OMAP Platforms have DDR at 0x80000000. The current FreeLDR algorithms would build FreeLDR "page entries" for every page from 0 to 0x7FFF0000 and mark it as unusable, then build the actual valid entries from 0x80000000 -> end of RAM, thus resulting in large memory consumption (and in the bloat of the PFN database later once NTOS loads) and boot time. Therefore, the algorithm is changed to start the PFN database at the lowest valid RAM page described by the Firemware descriptors, and entries therefore will be offset. This means a 128MB embedded system no longer appears to have 2048+128MB of RAM worth of PFN entries. 2011-06-05 20:48:34 +00:00
cmake [CMAKE/IDL] 2011-05-21 17:44:39 +00:00
dll [WININET] 2011-06-05 23:11:41 +00:00
drivers [AFD] 2011-06-05 17:08:37 +00:00
hal [NTOSKRNL/HAL] 2011-06-04 12:33:54 +00:00
importlibs [CMAKE] 2011-06-05 21:04:31 +00:00
include [WININET] 2011-06-05 23:11:41 +00:00
lib [CMAKE] 2011-06-05 20:57:13 +00:00
media [INF] 2011-06-04 08:03:51 +00:00
modules [CMAKE] 2011-05-16 13:12:07 +00:00
ntoskrnl [NTOSKRNL/DDK] 2011-06-04 15:42:32 +00:00
subsystems [WIN32K] 2011-06-05 16:00:24 +00:00
tools [CMAKE] 2011-05-16 13:12:07 +00:00
apistatus.lst fix accidentally set property svn:executable 2011-04-17 09:50:07 +00:00
baseaddress.cmake [MSPORTS] 2011-05-17 19:24:19 +00:00
baseaddress.rbuild [MSPORTS] 2011-05-17 19:24:19 +00:00
CMakeLists.txt [CMAKE] 2011-05-16 16:32:34 +00:00
CMakeMacros.cmake [CMAKE] 2011-06-05 18:00:09 +00:00
config-amd64.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
config-amd64.template.rbuild
config-arm.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
config.template.rbuild
configure.cmd revert unwanted change 2011-06-02 12:29:11 +00:00
configure.sh revert previous commit due to serious build problems 2011-05-23 19:48:04 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
gcc.cmake [CMAKE] 2011-06-02 12:55:09 +00:00
global.lds [CMAKE] 2011-05-16 13:12:07 +00:00
INSTALL
Makefile
msc.cmake [CMAKE] 2011-06-05 14:51:31 +00:00
PreLoad.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
proxy.mak
ReactOS-amd64.rbuild
ReactOS-arm.rbuild
ReactOS-generic.rbuild
ReactOS-i386.rbuild
ReactOS-ppc.rbuild
README
ros_cd.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
rosbuild.bat
toolchain-mingw32.cmake [CMAKE] 2011-06-02 10:54:56 +00:00
toolchain-msvc.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
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.