A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Timo Kreuzer d208da9a5b [NTOSKRNL]
Don't include initguid.h in a global header. It causes the guids to be generated in every object file, using 16 bytes per guid. We were lucky that the linker seemed to detect duplicates, so that the resulting image size isn't affected. Add a new file guid.c, that only contains the guids.

svn path=/branches/cmake-bringup/; revision=49708
2010-11-22 14:08:41 +00:00
base [REGEDIT] 2010-11-22 13:06:05 +00:00
boot
cmake/Platform [CMAKE] 2010-11-22 12:57:51 +00:00
dll [gdi32] 2010-11-21 18:11:50 +00:00
drivers [SCSIPORT] 2010-11-21 14:28:52 +00:00
hal [HAL] 2010-11-21 17:24:11 +00:00
importlibs
include [PDSK] 2010-11-22 00:34:25 +00:00
lib [CMAKE] 2010-11-21 18:37:27 +00:00
media
ntoskrnl [NTOSKRNL] 2010-11-22 14:08:41 +00:00
subsystems
apistatus.lst
baseaddress.cmake
CMakeLists.txt
CMakeMacros.cmake [CMAKE] 2010-11-22 12:25:25 +00:00
config.cmake
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
gcc.cmake [CMAKE] 2010-11-22 12:25:25 +00:00
global.lds
INSTALL
msc.cmake [CMAKE] 2010-11-22 12:25:25 +00:00
PreLoad.cmake
README
ros_cd.cmake
rosbuild.bat
toolchain-mingw32.cmake
toolchain-msvc.cmake [CMAKE] 2010-11-21 12:32:03 +00:00
vreport.xsl

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

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 XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.