reactos/reactos
Alex Ionescu a9c33470e5 Kernel:
- apc.c: Fixed some bugs and used Dispatcher Lock. Simplified some functions and renamed/inlined others.
- wait.c: Fixed some assumptions about Dispatcher Lock and Waiting/Alertability
- process.c: Fully implemented KeStackAttachProcess and KeStackDetachProcess. Made all functions use PKPROCESS and not PEPROCESS.
Memory Manager: Fixed calls to KeAttachProcess/DetachProcess to typecast PKPROCESS
Process Manager: Removed call to empty function in apc.c

svn path=/trunk/; revision=11622
2004-11-11 22:23:52 +00:00
..
apps Thats it. the tests are now in rosapps. 2004-10-21 12:05:13 +00:00
bootdata Add even more time zones. 2004-11-11 12:21:45 +00:00
dk - Remove unused makefiles. 2004-08-02 03:01:50 +00:00
doc Sync to Wine-20041019 2004-10-20 20:35:58 +00:00
drivers Cleaing in receive: fixed one bugcheck. 2004-11-09 09:39:38 +00:00
hal Rewrote APC Implementation. 2004-11-10 02:51:00 +00:00
iface 2004-07-21 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-07-21 18:17:50 +00:00
include Kernel: 2004-11-11 22:23:52 +00:00
lib Fix typo: Call RegDeleteValue to delete a value. 2004-11-11 17:46:22 +00:00
media grrr I forgot to do binary..... 2004-11-11 17:27:58 +00:00
ntoskrnl Kernel: 2004-11-11 22:23:52 +00:00
regtests 2004-10-28 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-28 19:01:59 +00:00
services - Centralize definition of version resource 2004-10-16 20:27:43 +00:00
subsys make better use of precompiled headers 2004-11-08 02:16:06 +00:00
tools Preliminary stub generator ported from my shell script. 2004-11-07 22:54:04 +00:00
w32api - Define RTL_REGISTRY_HANDLE and RTL_REGISTRY_OPTIONAL. 2004-11-07 15:40:31 +00:00
.cvsignore initial doxygen configuraion 2003-12-06 23:11:41 +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.cfg baseaddress.cfg - Add entry for midimap.dll. Fix msacm's base address. It was conflicting with iplhapi and generated an unncessary relocation and error message. 2004-11-09 15:02:35 +00:00
ChangeLog 2004-10-29 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-29 16:48:10 +00:00
config 2004-10-24 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-24 12:39:54 +00:00
COPYING
CREDITS Add Everaldo to credits 2004-02-23 04:29:39 +00:00
Doxyfile activate Doxygen SEARCHENGINE option 2003-12-14 10:55:30 +00:00
INSTALL
Jamfile
Jamrules
LGPL.txt
Makefile baseaddress.cfg - Add entry for midimap.dll. Fix msacm's base address. It was conflicting with iplhapi and generated an unncessary relocation and error message. 2004-11-09 15:02:35 +00:00
makefile.dos
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00
rules.mak 2004-10-23 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-23 21:05:12 +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