A free Windows-compatible Operating System - mirrored from GitHub
Find a file
Giannis Adamopoulos f52dad5f15 [explorer_new]
- Commit a great experiment for explorer. Our explorer will try to load a library called rshell.dll which will provide an alternative implementation of some functions that are built in in windows shell. These functions are CStartMenu_Constructor, SHCreateDesktop, SHDesktopMessageLoop, WinList_Init and ShellDDEInit. Providing our own implementation for these functions will allow us to make it run in all windows versions up to windows 8 and also test the implementation of our own components that will be placed temporarily in rshell.dll while they are developed and debugged in windows.

svn path=/branches/shell-experiments/; revision=61971
2014-02-04 10:41:02 +00:00
base [explorer_new] 2014-02-04 10:41:02 +00:00
boot [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
cmake [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
deprecated [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
dll [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
drivers [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
hal [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
include [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
lib [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
media [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
modules [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
ntoskrnl [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
subsystems [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
win32ss [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
.hgeol [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
apistatus.lst [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
CMakeLists.txt [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
configure.cmd [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
configure.sh [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
COPYING [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
COPYING.ARM [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
COPYING.LIB [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
COPYING3 [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
COPYING3.LIB [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
CREDITS [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
depmap.xsl [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
Doxyfile [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
INSTALL [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
kbdlayout.lds [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
PreLoad.cmake [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
README [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
toolchain-gcc.cmake [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
toolchain-msvc.cmake [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
vreport.xsl [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00

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