reactos/reactos
Gé van Geldorp e961e71fec Don't rely on UNICODE being #define'ed
svn path=/trunk/; revision=11218
2004-10-07 19:20:57 +00:00
..
apps First shot at ip lib test app. 2004-10-04 04:26:00 +00:00
bootdata Add common user shell folder key. 2004-10-02 12:35:12 +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 some formatting and prototype changes 2004-10-07 15:04:45 +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 Remove fixed heap base address (HEAP_BASE) to enable bottom-up heap allocation. 2004-10-05 10:40:13 +00:00
lib Don't rely on UNICODE being #define'ed 2004-10-07 19:20:57 +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 Don't corrupt the registry when deleting a REG_DWORD value 2004-10-07 18:00:10 +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 use TREE_LINE_DX for better look of the tree with big fonts 2004-10-07 08:43:34 +00:00
tools 2004-10-04 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-10-04 20:04:49 +00:00
w32api Sorry, forgot these updates for WIN32K to build with new KPCR. 2004-10-03 03:07:18 +00:00
.cvsignore initial doxygen configuraion 2003-12-06 23:11:41 +00:00
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 Fixed driver loading order, cleaned up relevant functions, and moved boot driver 2003-10-15 17:04:39 +00:00
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 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 add hid.dll to the build system 2004-09-26 12:39:30 +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