reactos/reactos
Thomas Bluemel fb49f8ddd7 removed obsolete typecasts
svn path=/trunk/; revision=11277
2004-10-11 21:27:22 +00:00
..
apps use INT_PTR as return type for dialog callbacks as documented in favor of portability 2004-10-11 21:08:06 +00:00
bootdata - Change Start value for PCnet to demand load. (Now really!) 2004-10-11 18:42:49 +00:00
dk - Remove unused makefiles. 2004-08-02 03:01:50 +00:00
doc Sync to Wine-20040914 2004-09-19 11:15:58 +00:00
drivers - Fix receive to work on VMware emulated adapters. We need to set busmaster bit on PCI command register in order to get packets. Otherwise we just get "missing frame" error and the ring buffer remains empty. 2004-10-11 15:03:13 +00:00
hal Get rid of .edf files 2004-09-16 10:25:18 +00:00
iface 2004-07-21 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-07-21 18:17:50 +00:00
include - Fix the NdisMEthIndicateReceive macro and ETH_RCV_INDICATE_HANDLER prototype to be binary compatible with Windows (R). 2004-10-10 17:16:42 +00:00
lib use INT_PTR as return type for dialog callbacks as documented in favor of portability 2004-10-11 21:08:06 +00:00
loaders/dos - Changed back to the old variable NASM_CMD. 2004-06-05 09:47:36 +00:00
media Use '$Windows NT$' signature because setupapi doesn't accept '$ReactOS$' yet. 2004-08-28 12:42:19 +00:00
ntoskrnl Store device instance data in the registry. 2004-10-11 19:07:25 +00:00
regtests 2004-10-02 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-02 08:44:54 +00:00
services Silence a few warnings and bring the source (mostly) back in line 2004-10-05 13:57:29 +00:00
subsys removed obsolete typecasts 2004-10-11 21:27:22 +00:00
tools 2004-10-04 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-04 20:04:49 +00:00
w32api - Fix the NdisMEthIndicateReceive macro and ETH_RCV_INDICATE_HANDLER prototype to be binary compatible with Windows (R). 2004-10-10 17:16:42 +00:00
.cvsignore
aboot.bat
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 added stubs for aclui.dll 2004-08-10 00:09:40 +00:00
boot.bat
bootc.lst
ChangeLog 2004-10-04 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-04 20:04:49 +00:00
config Un-hardcoded the 0xC0000000 value, and stuck the define in one single place both for ASM and C code. This define is 0x80000000 by default, but automatically sets itself to 0xC0000000 if 3GB is set to 1 in reactos/config. This option is turned on by default for now, because the Default heap is at 0xA0000000, which doesn't work on a non 3GB system. Lower values seem to crash Win32K but I fill figure out a solution. 2004-10-04 21:38:49 +00:00
COPYING
CREDITS
Doxyfile
INSTALL
Jamfile
Jamrules
LGPL.txt
Makefile - Delete all build files on "make clean". 2004-10-09 17:14:11 +00:00
makefile.dos
README Update version number to 0.2.x 2004-06-22 23:27:48 +00:00
rules.mak Un-hardcoded the 0xC0000000 value, and stuck the define in one single place both for ASM and C code. This define is 0x80000000 by default, but automatically sets itself to 0xC0000000 if 3GB is set to 1 in reactos/config. This option is turned on by default for now, because the Default heap is at 0xA0000000, which doesn't work on a non 3GB system. Lower values seem to crash Win32K but I fill figure out a solution. 2004-10-04 21:38:49 +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