A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Trevor Thompson 1f72e6549a [NTFS] - Respect NTFS' file ordering when enumerating a directory. Split off part of BrowseIndexEntries() into a separate function to simplify the code.
AddNewMftEntry() - Zero the (larger) buffer for the bitmap prior to reading the bitmap.
BrowseIndexEntries() - Check sub-nodes before checking an index entry. Read and use the index bitmap when checking sub-nodes.
+BrowseSubNodeIndexEntries() - Called for sub-nodes of an index when browsing index entries.
+NtfsDumpData() - Diagnostic function which allows for visualizing a series of bytes.

svn path=/branches/GSoC_2016/NTFS/; revision=75817
2017-09-09 23:10:52 +00:00
base [NTFS] 2017-09-02 21:55:58 +00:00
boot [NTFS] 2017-09-08 10:36:40 +00:00
dll [NTFS] 2017-09-02 21:55:58 +00:00
drivers [NTFS] - Respect NTFS' file ordering when enumerating a directory. Split off part of BrowseIndexEntries() into a separate function to simplify the code. 2017-09-09 23:10:52 +00:00
hal [NTFS] 2017-09-02 21:55:58 +00:00
media [NTFS] 2017-09-02 21:55:58 +00:00
modules * Sync up to trunk HEAD (r71404). 2016-05-26 12:01:41 +00:00
ntoskrnl [NTFS] 2017-09-08 10:36:40 +00:00
sdk [NTFS] 2017-09-03 08:47:37 +00:00
subsystems [NTFS] 2017-09-02 21:55:58 +00:00
win32ss [NTFS] 2017-09-02 21:55:58 +00:00
apistatus.lst Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
CMakeLists.txt [NTFS] 2017-09-02 21:55:58 +00:00
configure.cmd [CMAKE] Fix configure script issuing a warning on CMake parameters like -DFOO:BOOL=TRUE. Bug found by Thomas Faber. 2017-09-09 16:41:59 +00:00
configure.sh * Sync up to trunk head (r71245). 2016-05-03 18:19:13 +00:00
COPYING Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
COPYING.ARM Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
COPYING.LIB Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
COPYING3 Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
COPYING3.LIB Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
CREDITS Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
Doxyfile Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
INSTALL Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
PreLoad.cmake * Sync up to trunk HEAD (r71404). 2016-05-26 12:01:41 +00:00
README [NTFS] 2017-09-02 21:55:58 +00:00
toolchain-clang.cmake Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
toolchain-gcc.cmake Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00
toolchain-msvc.cmake Create the NTFS branch for Trevor's work 2016-04-24 12:50:40 +00:00

========================
ReactOS™ Version 0.4.x
Updated January 5, 2016
========================

1. What is ReactOS?
-------------------

ReactOS™ is an Open Source effort to develop a quality operating system that is
compatible with applications and drivers written for the Microsoft® Windows™ NT
family of operating systems (NT4, 2000, XP, 2003, Vista, Seven).

The ReactOS project, although currently focused on Windows Server 2003
compatibility, is always keeping an eye toward compatibility with
Windows Vista and future Windows NT releases.

More information is available at: https://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.