reactos/reactos
Alex Ionescu 73e69c9d9e - 4th out of 5 patch part of ROSRTL removal. This touches fibers:
* Support SxS when available (add new fiber member for this as well).
        * Support FLS when available.
        * Added new Fiber Members for new features in XP/2003 (GuaranteedStackBytes and FlsData)
        * Support FPU State Restore/Save in switch code.
        * Use new common stack/context initialization routines instead of ROSRTL.
        * Change Fiber structure to use CONTEXT directly in order to speed up and generalize
          context creation.
        * Fix BaseFiberStartup to send right parameters.

Note: not yet fully tested with fibertest, I will do this later today and fix any bugs.

svn path=/trunk/; revision=16650
2005-07-19 21:04:19 +00:00
..
apps fixed signed/unsigned comparison warning 2005-07-17 19:20:12 +00:00
boot - Fixed the size of the hyperspace area (thanks to Filip Navara). 2005-07-16 09:01:07 +00:00
bootdata Move serial ports and mice classes parameters to their own .inf files. They would be regenerated during 2nd stage setup 2005-07-18 11:57:16 +00:00
doc DPC stands for Deferred Procedure Call. 2005-07-17 12:24:15 +00:00
drivers usb stack "upgrade", fixes issues with timing, host controller reset, new devices discovery, other small things (better to see diff :) ). 2005-07-19 14:11:53 +00:00
hal Used the kernel base address from the loader structure instead MmSystemRangeStart. 2005-07-16 13:01:18 +00:00
include - Fix LDR_DATA_TABLE_ENTRY definition. 2005-07-19 20:55:13 +00:00
lib - 4th out of 5 patch part of ROSRTL removal. This touches fibers: 2005-07-19 21:04:19 +00:00
media Move serial ports and mice classes parameters to their own .inf files. They would be regenerated during 2nd stage setup 2005-07-18 11:57:16 +00:00
modules Add missing directory tag 2005-07-17 11:07:14 +00:00
ntoskrnl - Update ASM header file with more offsets. 2005-07-19 20:56:38 +00:00
regtests fixed some signed/unsigned comparison warnings with -Wsign-compare 2005-07-05 22:35:29 +00:00
services - Implement CM_Get_Depth[_Ex] and CM_Get_DevNode_Status[_Ex]. 2005-07-19 15:57:30 +00:00
subsys Generate RPC interface headers in intermediate directory 2005-07-19 18:46:13 +00:00
tools Generate RPC interface headers in intermediate directory 2005-07-19 18:46:13 +00:00
w32api - Implement CM_Locate_DevNode_ExW, CM_Get_Device_ID_Size[_Ex] and CM_Get_Device_ID[_Ex]W. 2005-07-17 09:43:54 +00:00
apistatus.lst Added shared RTL functions to appear in ntoskrnl exports (Since they are in fact exported by ntoskrnl) 2004-08-07 06:48:49 +00:00
baseaddress.xml - imported uxtheme.dll from WINE-20050703 2005-07-03 18:32:22 +00:00
config.template.xml MP configuration 2005-05-31 20:39:13 +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 Install freeloader installer. 2005-07-12 15:04:17 +00:00
proxy.mak Add "depends" target for makefiles 2005-06-16 21:02:52 +00:00
ReactOS.xml globally enable the -Wpointer-arith warning to prevent usage of GCC's pointer arithmetics extension 2005-07-05 01:18:07 +00:00
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00

========================
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