reactos/reactos
Timo Kreuzer 116862c485 [PSEH]
Fix amd64 build of pseh

svn path=/trunk/; revision=52120
2011-06-06 19:03:53 +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 [CMAKE] 2011-06-06 11:44:58 +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 [PSEH] 2011-06-06 19:03:53 +00:00
media [INF] 2011-06-04 08:03:51 +00:00
modules [CMAKE] 2011-05-16 13:12:07 +00:00
ntoskrnl [NTOSKRNL] 2011-06-06 17:50:05 +00:00
subsystems [WIN32K] 2011-06-05 16:00:24 +00:00
tools [SPEC2DEF] 2011-06-06 16:26:46 +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 Create a branch for audio work 2010-11-05 11:04:48 +00:00
config-arm.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
config-arm.template.rbuild [CRT] 2011-01-11 13:13:47 +00:00
config-ppc.template.rbuild Create a branch for audio work 2010-11-05 11:04:48 +00:00
config.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
config.template.rbuild [CRT] 2011-01-11 13:13:47 +00:00
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 Create a branch for audio work 2010-11-05 11:04:48 +00:00
COPYING.ARM Create a branch for audio work 2010-11-05 11:04:48 +00:00
COPYING.LIB Create a branch for audio work 2010-11-05 11:04:48 +00:00
COPYING3 Create a branch for audio work 2010-11-05 11:04:48 +00:00
COPYING3.LIB Create a branch for audio work 2010-11-05 11:04:48 +00:00
CREDITS Create a branch for audio work 2010-11-05 11:04:48 +00:00
depmap.xsl Create a branch for audio work 2010-11-05 11:04:48 +00:00
Doxyfile Create a branch for audio work 2010-11-05 11:04:48 +00:00
gcc.cmake [CMAKE] 2011-06-02 12:55:09 +00:00
global.lds [CMAKE] 2011-05-16 13:12:07 +00:00
INSTALL Create a branch for audio work 2010-11-05 11:04:48 +00:00
Makefile Create a branch for audio work 2010-11-05 11:04:48 +00:00
msc.cmake [SPEC2DEF] 2011-06-06 09:58:58 +00:00
PreLoad.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
proxy.mak Create a branch for audio work 2010-11-05 11:04:48 +00:00
ReactOS-amd64.rbuild Create a branch for audio work 2010-11-05 11:04:48 +00:00
ReactOS-arm.rbuild Remove some artifact from ARM build. 2011-02-12 20:32:49 +00:00
ReactOS-generic.rbuild Create a branch for audio work 2010-11-05 11:04:48 +00:00
ReactOS-i386.rbuild Create a branch for audio work 2010-11-05 11:04:48 +00:00
ReactOS-ppc.rbuild Create a branch for audio work 2010-11-05 11:04:48 +00:00
README Create a branch for audio work 2010-11-05 11:04:48 +00:00
ros_cd.cmake [CMAKE] 2011-05-16 13:12:07 +00:00
rosbuild.bat Create a branch for audio work 2010-11-05 11:04:48 +00:00
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 Create a branch for audio work 2010-11-05 11:04:48 +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.