reactos/reactos
Gé van Geldorp 94a3a9e377 Sync to Wine-20050830:
Alexandre Julliard <julliard@winehq.org>
- Beginnings of a crt0 library.
- Added a warning for DllGetVersion and DllInstall not being declared
  private. Also warn when one of the Dll* functions is using a different
  internal name.
- Added a --undefined option to allow forcing some symbols to be
  resolved by the linker.
- Byteswap the resources if we detect that the header is in the wrong
  endianness.
- Moved more of the spec initialization code to the winecrt0 library,
  and get rid of implicit kernel32 imports.
- Use __wine_unimplemented_stub from crt0 for 16-bit spec files too.
- Moved the delay loading support code to the winecrt0 library.
- Avoid using common symbols, they are broken on Mac OS.
- Moved the implementation of spec file stubs to the winecrt0 library.
- The exported name strings should be inside the export directory (found
  by Vitaliy Margolen).
- Added some general purpose routines for managing list of symbol
  names.
- Print a warning when a generated import library doesn't export
  anything useful.
- Implemented DelayLoadFailureHook and use it in the winebuild-generated
  delay load code.
- Compute the ordinal base and limit in assign_ordinals instead of doing
  it while parsing.
- Get rid of the unused owner_name field.
Ge van Geldorp <gvg@reactos.org>
- Adapt changes to ReactOS

svn path=/trunk/; revision=17659
2005-09-05 17:35:31 +00:00
..
apps Why this thing ships with its own GetConsoleWindow function I don't understand. Rename it and make the rest of the code use it. Compiles fine on gcc 3.x and msvc6 and works properly. 2005-08-25 23:54:39 +00:00
boot Fixed the calculation of the boot disk number in i386DiskGetSystemVolume. 2005-08-23 17:42:12 +00:00
bootdata Rewrite project target 2005-08-23 14:51:03 +00:00
drivers - NDK compatibility fixes for MSDDK. Use NTAPI instead of STDCALL, and use NTSYSAPI instead of NTOSAPI. 2005-09-05 04:48:20 +00:00
hal Get correct physical address in HalpGrowMapBuffers. 2005-09-04 15:18:52 +00:00
include - More NDK/MSDDK compatibility fixes. 2005-09-05 07:51:15 +00:00
lib - More NDK/MSDDK compatibility fixes. 2005-09-05 07:51:15 +00:00
media Add beginning of lpc docs 2005-08-17 07:07:43 +00:00
modules Add 'rosky' module. 2005-08-12 12:31:33 +00:00
ntoskrnl Fix compilation when ENABLE_VALIDATE_POOL is defined 2005-09-05 09:26:02 +00:00
regtests - Disable two tests since the Balance Set Manager isn't implemented yet and they'll freeze ROS. 2005-09-04 15:57:17 +00:00
services Implement CM_Get_Class_Key_Name[_Ex]A/W and CM_Open_Class[_Ex]A/W. 2005-08-28 15:07:45 +00:00
subsys - NDK compatibility fixes for MSDDK. Use NTAPI instead of STDCALL, and use NTSYSAPI instead of NTOSAPI. 2005-09-05 04:48:20 +00:00
tools Sync to Wine-20050830: 2005-09-05 17:35:31 +00:00
w32api - More NDK/MSDDK compatibility fixes. 2005-09-05 07:51:15 +00:00
apistatus.lst
baseaddress.xml First attempt to make the XML data we feed rbuild conforming the XInclude spec. 2005-08-01 13:34:33 +00:00
config.template.xml fix typo 2005-08-10 03:32:15 +00:00
COPYING
CREDITS add my self to CREDITS 2005-06-08 17:29:59 +00:00
Doxyfile
INSTALL Update installation instructions 2005-05-13 19:47:30 +00:00
LGPL.txt
Makefile new top-level target 'msvc' to create msvc build files 2005-08-24 03:39:10 +00:00
proxy.mak module_test proxy makefile support 2005-08-16 15:47:38 +00:00
ReactOS.xml revert back to -Os because of some buggy versions of GCC 2005-08-01 13:01:58 +00:00
README

========================
ReactOS Version 0.2.x
Updated June 23rd, 2004
========================

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 NT 4.0
compatibility, is always keeping an eye towards compatibility with
future Windows NT releases, that is, Windows 2000 (NT 5.0) and
Windows XP (NT 5.1).

More information is available at http://www.reactos.com.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the doc subdirectory for some sparse notes

4. Who is responsible

See the CREDITS file