reactos/reactos/boot/bootdata
2017-02-04 21:26:59 +00:00
..
bootcd [SYSSETUP][UNATTENDED] Remove dead code for VmwInst. Found by Jared Smudde. 2016-09-15 19:58:29 +00:00
bootcdregtest [regtest.cmd] -RENAME parameter in add_rostests_file doesn't have any effect on the name of the installed file so rename sine files manually before starting tests. 2017-01-17 19:13:12 +00:00
packages [APPHELP] Register AppPatch directory with cmake, import SdbGetAppPatchDir implementation from Mislav Blažević CORE-10369 2016-05-28 16:47:39 +00:00
welcome_config [WELCOME]: Follow-up to r73590: Load a "welcome.ini" configuration file inside the path of the welcome.exe application, if present, that specifies few default values to use for the interface, as well as the path (possibly relative) to a subdirectory containing ini files specifying localized resources for the interface. 2017-02-01 03:12:56 +00:00
autorun-bootcd.inf [BOOTDATA] 2016-05-16 11:11:22 +00:00
autorun-hybridcd.inf [BOOTDATA] 2016-05-16 11:11:22 +00:00
autorun-livecd.inf [BOOTDATA] 2016-05-16 11:11:22 +00:00
bootcd.ini [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
caroots.inf [INF] 2016-10-05 22:53:24 +00:00
CMakeLists.txt [WELCOME]: Follow-up to r73590: Load a "welcome.ini" configuration file inside the path of the welcome.exe application, if present, that specifies few default values to use for the interface, as well as the path (possibly relative) to a subdirectory containing ini files specifying localized resources for the interface. 2017-02-01 03:12:56 +00:00
hivebcd.inf [HIVEBCD/BOOTMGR]: Prep work 2016-01-20 03:53:59 +00:00
hivecls.inf [HIVECLS|MSPAINT] Add Edit menu item for bitmaps. CORE-12679 #resolve 2017-02-04 21:26:59 +00:00
hivedef.inf [BOOTDATA] 2016-06-01 15:34:56 +00:00
hiveinst.inf [BOOTDATA]: Default also to 32bpp (livecd, ...); see r65498 for more details. CORE-8826 2015-01-29 01:35:21 +00:00
hivesft.inf [FMIFS] 2017-01-09 20:59:22 +00:00
hivesys.inf [BOOTDATA] Add FIPSAlgorithmPolicy registry value for bcrypt tests. 2016-11-17 22:21:35 +00:00
hybridcd.ini [REACTOS] HybridCD: Move the livecd.iso file into the livecd directory. 2015-01-21 22:24:47 +00:00
icon.ico [ICONS] 2014-12-31 22:26:19 +00:00
livecd.inf [INF] 2015-04-22 22:52:32 +00:00
livecd.ini [FREELDR] 2015-01-04 23:49:18 +00:00
livecd_start.cmd [SHELL/EXPERIMENTS] 2014-02-02 19:37:27 +00:00
readme.txt [README] 2016-08-31 21:22:37 +00:00
txtsetup.sif [FFS] 2016-05-27 12:12:18 +00:00

========================
ReactOS™ Version 0.4.x
Updated August 31, 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).

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


2. Relationship with the WINE project
-------------------------------------

ReactOS has always intended to work with the WINE project to share as much
programming effort as possible. This mainly concerns User Mode DLLs and
still happens to a degree today. Other areas of cooperation lie in
applications and testing suites.


3. Future compatibility
-----------------------

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.


4. Supporting other System Applications
---------------------------------------

The Windows NT architecture allows for subsystems, as does the ReactOS
architecture. A subsystem is an implementation of the APIs of another
operating system, allowing ReactOS to run applications from other systems.
We are already looking at subsystems for: Java, OS/2, and DOS and possibly
others in the future.


5. Is ReactOS legal?
--------------------

Yes we are.
All the code of ReactOS has been written from scratch by our developers.
We go to great lengths to ensure that the code our developers create is clean,
same applies to the variety of methods we use to understand Windows internals,
including clean room reverse engineering, using existing documentation freely
available both in books and on the web, using extensive tests (tens of millions)
which apply black box engineering methods against both public and private APIs
exposed by the operating system.


6. Tutorials
------------

Developer and User Tutorials: https://www.reactos.org/wiki

The tutorials contain more information on the project, compiling and testing
ReactOS - amongst other topics. Contributors to the project are always welcome.


7. Frequently Asked Questions
-----------------------------

Some of your questions may be answered in: https://www.reactos.org/joining/faqs
In addition, the ReactOS forum: https://www.reactos.org/forum/ may contain
complementary, yet non-official, information.


8. Authors
----------

This document was originally written by Jason Filby (jasonfilby@yahoo.com)
and is now occasionally updated by various contributors.