reactos/reactos
Alex Ionescu 784e19a384 [KERNEL32]: Implement Wow64Enable/Disable/RevertWow64Direction, document the Rtl equivalents in NDK, export and implement them in NTDLL.
[KERNEL32]: Cleanup files a bit.
    - Bintype.c is gone and moved into VDM (these are functions for VDM support).
    - Npipe.c and pipe.c are merged.
    - Dosdev is moved into client, these are not quite File APIs.
    - Base(8Bit/Unicode) APIs are moved into utils.c
    - Wow64 APIs are moved into utils.c
    - The mess that was file.c has the Replace* file APIs going into move.c (similar behaviors), the Open* APIs into create.c (similar) and the Read/Write Scatter/Gather APIs into rw.c (where they belong). What remained in file.c were mostly Set/Query functions, so it becomes fileinfo.c
    - The remaining APIs in file.c were all about paths -- at the file level, specifically filenames, so they go into filename.c
    - Move some File API functions from certain files into other files where they belong more.

svn path=/trunk/; revision=54326
2011-11-07 00:18:13 +00:00
..
base [SERVICES] 2011-11-06 14:23:39 +00:00
boot [FREELDR] 2011-10-27 19:11:22 +00:00
cmake
dll [KERNEL32]: Implement Wow64Enable/Disable/RevertWow64Direction, document the Rtl equivalents in NDK, export and implement them in NTDLL. 2011-11-07 00:18:13 +00:00
drivers [NPFS] 2011-11-06 23:40:06 +00:00
hal
importlibs
include [NTDLL]: Export RtlImageNtHeaderEx and LodrLoadAlternateResourceModule. 2011-11-06 01:34:06 +00:00
lib [MSVCRTEX] 2011-11-06 13:07:43 +00:00
media - Update Liberation fonts to 1.07.1 2011-10-22 10:01:49 +00:00
modules [ROSAPPS] 2011-10-23 12:30:42 +00:00
ntoskrnl [NTOSKRNL] 2011-10-30 19:19:49 +00:00
subsystems [Win32k] 2011-11-05 06:01:05 +00:00
tools
.hgeol
apistatus.lst
baseaddress.rbuild
CMakeLists.txt
config-amd64.template.rbuild
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild
configure.cmd [CMAKE] 2011-10-20 14:53:02 +00:00
configure.sh
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
global.lds
INSTALL
Makefile
PreLoad.cmake
proxy.mak
ReactOS-amd64.rbuild
ReactOS-arm.rbuild
ReactOS-generic.rbuild
ReactOS-i386.rbuild
ReactOS-ppc.rbuild
README
rosbuild.bat
toolchain-gcc.cmake
toolchain-msvc.cmake
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.