reactos/reactos
Filip Navara b2970c097e - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers.
- Fix the declarations of KeGetCurrentProcessorNumber, PIO_QUERY_DEVICE_ROUTINE, THREAD_STATE, KPCR and KeAttachProcess in W32API headers.
- Remove KeInitializeApc, KEVENT_PAIR and TERMINATION_PORT declarations from W32API, they don't belong there.
- Correct the STDCALL order in callback declarations in winddk.h.

svn path=/trunk/; revision=15906
2005-06-14 13:10:40 +00:00
..
apps Remove old makefiles 2005-06-05 16:32:33 +00:00
boot Remove old makefiles 2005-06-05 16:32:33 +00:00
bootdata Add registry entries related to USB hub driver 2005-06-13 20:51:07 +00:00
dk migrate substitution keywords to SVN 2005-01-06 13:58:04 +00:00
doc Update status 2005-05-06 19:42:39 +00:00
drivers - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. 2005-06-14 13:10:40 +00:00
hal * Support enabling/disabling modules depending on configuration. 2005-06-05 11:22:16 +00:00
include - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. 2005-06-14 13:10:40 +00:00
lib longjmp should restore the stack pointer as it would be *after* setjmp returns. Since the PSEH implementation of setjmp is __stdcall, this value differs from the usual esp+4, because *after* return *two* doublewords are popped (return IP and parameter). Thanks to blight_ for reporting 2005-06-13 20:31:55 +00:00
media update wallpaper list 2005-05-31 20:47:11 +00:00
ntoskrnl - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. 2005-06-14 13:10:40 +00:00
regtests Show execution time of tests 2005-06-12 15:33:34 +00:00
services Remove old makefiles 2005-06-05 16:32:33 +00:00
subsys Re-apply r15878 as it wasn't the cause of the problems 2005-06-13 22:27:09 +00:00
tools Show execution time of tests 2005-06-12 15:33:34 +00:00
w32api - Fix the declarations of PDRIVER_CANCEL, KeGetCurrentProcessorNumber and KPCR in ROS headers. 2005-06-14 13:10:40 +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 Fix midimap/wavemap build 2005-06-02 03:21:17 +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 Document well-known targets 2005-06-12 10:52:18 +00:00
proxy.mak Support install target in proxy 2005-05-28 16:12:46 +00:00
ReactOS.xml MP configuration 2005-05-31 20:39:13 +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