A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Pierre Schweitzer 31572e7770 [MOUNTMGR]
Finally add the long awaited Mount Point Manager (aka mountmgr).
It's not complete yet, but will do most of the job it's been designed for.
What's missing is some dos volumes handlers, complete database support (local - registry - is complete, remote - files - is not).
It handles NTFS properties like reparse points.
It also handles devices with drive letters and those without drive letters (by using their unique ID).
Devices removal/arrival is detected through notifications (might be an issue).
Some work will have to be done in storage stack to fully support it.
Most of its IOCTL have been implemented (it's possible, for example, to notify a volume arrival through them, in case notifications don't work).

There's still some work to do on it to have it complete and fully implemented.
Enjoy!


svn path=/branches/usb-bringup-trunk/; revision=55156
2012-01-24 22:54:14 +00:00
base [USB-BRINGUP-TRUNK] 2012-01-20 22:04:57 +00:00
boot [USB-BRINGUP-TRUNK] 2012-01-22 16:55:16 +00:00
cmake [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
dll [USB-BRINGUP-TRUNK] 2012-01-20 21:07:56 +00:00
drivers [MOUNTMGR] 2012-01-24 22:54:14 +00:00
hal [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
importlibs [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
include [USB-BRINGUP-TRUNK] 2012-01-20 21:19:37 +00:00
lib [USB-BRINGUP] 2012-01-21 01:48:30 +00:00
media [INF] 2012-01-22 15:25:43 +00:00
modules [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ntoskrnl [USB-BRINGUP-TRUNK] 2012-01-23 00:50:25 +00:00
subsystems [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
.hgeol [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
apistatus.lst [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
baseaddress.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
CMakeLists.txt [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
config-amd64.template.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
config-arm.template.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
config-ppc.template.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
config.template.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
configure.cmd [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
configure.sh [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
COPYING [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
COPYING.ARM [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
COPYING.LIB [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
COPYING3 [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
COPYING3.LIB [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
CREDITS [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
depmap.xsl [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
Doxyfile [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
global.lds [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
INSTALL [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
Makefile [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
PreLoad.cmake [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
proxy.mak [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ReactOS-amd64.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ReactOS-arm.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ReactOS-generic.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ReactOS-i386.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
ReactOS-ppc.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
README [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
rosbuild.bat [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
toolchain-gcc.cmake [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
toolchain-msvc.cmake [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
vreport.xsl [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +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.