reactos/boot/bootdata
Hermès Bélusca-Maïto 81c0d8a256
[BOOTDATA] Use a Win2k3-compatible TXTSETUP.SIF layout for the specification of the files list.
Also add detailed documentation about the meaning of each field, obtained from:
- my own tests;
- http://www.msfn.org/board/topic/125480-txtsetupsif-syntax/
- http://www.msfn.org/board/topic/127677-txtsetupsif-layoutinf-reference/

In addition, add a spreadsheet that helps generating the files list.

Note that the files source directory is "\reactos", until we use
per-architecture directories in the installation medium.
2018-11-05 23:35:12 +01:00
..
bootcd
bootcdregtest Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
livecd
livecdregtest
packages [BOOTDATA] Update optional modules according to 287d35b 2018-10-09 08:40:41 +02:00
welcome_config
.gitattributes Add a small descriptive comment for the reason why the chosen files are specified in a .gitattributes file. 2017-10-08 15:48:07 +02:00
autorun-bootcd.inf Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
autorun-hybridcd.inf Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
autorun-livecd.inf Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
bootcd.ini Fix remaining text file line endings in the tree. (#18) 2017-10-06 15:00:36 +02:00
caroots.inf [CAROOTS] Update certificates to Mozilla Certdata 28.01.18 (#338) 2018-01-29 23:43:34 +01:00
CMakeLists.txt [BOOTDATA] Do not include caroots.inf in registry.inf. CORE-12020 2018-02-25 10:07:28 +01:00
hivebcd.inf
hivecls.inf [BOOTDATA][HIVECLS] Use shell image viewer for GIF files (#971) 2018-10-24 21:09:23 +09:00
hivedef.inf [BOOTDATA] Fix path to temp folder for the Swedish locale (#381) 2018-02-24 23:08:55 +01:00
hiveinst.inf
hivesft.inf [BOOTDATA] Improve 'Open With' registry information (#586) 2018-08-20 16:14:18 +02:00
hivesys.inf [BOOTDATA] Define the ObUnsecureGlobalNames registry key on setup 2018-10-27 12:01:38 +02:00
hybridcd.ini
icon.ico
livecd.inf [BOOTDATA] Set the 'BootExecute' SMSS value to an empty value as we do not want AutoChk to start when booting the LiveCD. CORE-14633 2018-05-20 18:34:35 +02:00
livecd.ini [BOOT] Add VBox debug to livecd.ini 2017-12-20 06:56:09 +01:00
livecd_start.cmd
readme.txt [README] Restore the UTF-8 BOM as it otherwise does not behave well with 2018-05-01 17:44:54 +02:00
setupreg.inf [CMAKE] Apply patch INF file for the SETUP SYSTEM registry hive that removes the entries in the Critical Device Database that cause problems with PnP setup during 1st-stage setup. 2018-10-25 00:45:10 +02:00
txtsetup.sif [BOOTDATA] Use a Win2k3-compatible TXTSETUP.SIF layout for the specification of the files list. 2018-11-05 23:35:12 +01:00
txtsetup_sourcedisksfiles.ods [BOOTDATA] Use a Win2k3-compatible TXTSETUP.SIF layout for the specification of the files list. 2018-11-05 23:35:12 +01: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.