reactos/reactos
Hermès Bélusca-Maïto 1011d89eaa [TOOLS]
Improve bin2c by saving in a #define the size of the generated array, and specify this size in the declaration of the array so that doing sizeof(...) becomes possible. Use "unsigned char" as the (portable) type of the contents of the array.

[HAL]
Add PCHAR casts where needed to take into account the previous modifications.

svn path=/trunk/; revision=68139
2015-06-14 18:13:50 +00:00
..
base [USETUP] 2015-06-13 23:11:57 +00:00
boot [SYSSETUP][UNATTENDED] Add a way to disable Gecko install. Brought to you by V. 2015-06-09 23:20:33 +00:00
cmake [CMAKE] Introduce add_rc_deps() to take care of adding OBJECT_DEPENDS to rc source files. CORE-9806 2015-06-13 11:05:03 +00:00
dll [KERNEL32] 2015-06-14 16:00:27 +00:00
drivers [AFD] 2015-06-14 07:58:58 +00:00
hal [TOOLS] 2015-06-14 18:13:50 +00:00
include [NDK] 2015-06-14 15:49:39 +00:00
lib [FAST486] 2015-06-13 23:12:55 +00:00
media [TRANSLATIONS] 2015-06-09 16:21:25 +00:00
modules [CD_EXTRAS]: Add the possibility to have different "extras" files for the different CD targets (in addition to the hybridcd) we have (useful for testers, for ReactOS shows, etc...). By Mark Jansen. 2015-04-15 21:29:53 +00:00
ntoskrnl [NTOS|MM] 2015-06-14 04:07:11 +00:00
subsystems [NTVDM]: Allocate a dedicated block of memory for the mouse driver, in which we write all the needed info (instead of putting them in the BIOS space). The INT32 stubs go in this region, too. 2015-06-14 16:40:45 +00:00
tools [TOOLS] 2015-06-14 18:13:50 +00:00
win32ss [USER32][UXTHEME] Properly paint the general menubar when application is themed. Brought to you by Stefano Toncich aka Tonix. CORE-9585 2015-06-13 11:00:24 +00:00
apistatus.lst
CMakeLists.txt [CMAKE] Default to Debug for the build type in GCC builds. 2015-05-23 11:45:59 +00:00
configure.cmd This commit brings support for compiling ReactOS with Visual Studio 2015 RC (and possibly the final release). 2015-04-30 21:48:26 +00:00
configure.sh
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
Doxyfile
INSTALL
PreLoad.cmake
README
toolchain-clang.cmake
toolchain-gcc.cmake [CMAKE] Default to Debug for the build type in GCC builds. 2015-05-23 11:45:59 +00:00
toolchain-msvc.cmake

========================
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.