reactos/boot/bootdata
Joachim Henze aa2a900d6d [0.4.13][REACTOS] Backport "http://www.reactos" -> "https://reactos" and readme.txt
by porting back:
0.4.15-dev-5669-g 09dde2cff9 [REACTOS] "http://www.reactos" -> "https://reactos" (#5043)
0.4.15-dev-3250-g da4d0545eb [BOOTDATA] readme.txt: Trivial correction Seven->7 (#4014)
0.4.15-dev-2940-g a559d830b5 [BOOTDATA] Update readme.txt
0.4.14-dev-1550-g b7503df6ed [BOOTDATA] readme.txt: Update now-redirected 'www.reactos.org' URLs (#2633)
2023-03-19 11:49:24 +01:00
..
bootcd
bootcdregtest [REGTEST] Add regtest.cmd to the Run key inside regtest.cmd, so we're also started on the next reboot in case ReactOS crashed *and* the registry has been saved. 2019-04-26 10:02:47 +02:00
livecd Add .keep guard files in order to restore lost but empty directories we had with SVN. 2017-10-04 10:28:36 +02:00
livecdregtest Add .keep guard files in order to restore lost but empty directories we had with SVN. 2017-10-04 10:28:36 +02:00
packages [THEMES] Mizu Theme RC. 2019-04-07 22:47:20 +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 [BOOTDATA][SETUPLIB][REACTOS] INF support fixes. 2018-11-06 00:04:19 +01:00
CMakeLists.txt [0.4.13][CMAKE][BOOTDATA] Fix LiveCD does not import caroots.inf into registry CORE-17739 CORE-17735 (#3930) 2022-01-21 23:09:10 +01:00
hivebcd.inf [BOOTDATA][SETUPLIB][REACTOS] INF support fixes. 2018-11-06 00:04:19 +01:00
hivecls.inf [MSXML3R] XML/XSL file description localization (#1926) 2019-09-23 23:30:53 +02:00
hivedef.inf [BOOTDATA] Add registry keys for ComDlg32 (#1511) 2019-04-21 23:47:10 +09:00
hiveinst.inf [BOOTDATA][SETUPLIB][REACTOS] INF support fixes. 2018-11-06 00:04:19 +01:00
hivesft.inf [0.4.13] Vista+ Apiset Exposure OPT-IN in releases instead of OPT-OUT in master 2020-02-24 02:08:22 +01:00
hivesys.inf [0.4.13][BOOTDATA] Port back some hivesys.inf fixes / cleanup 2023-03-14 23:09:29 +01:00
hybridcd.ini
icon.ico
livecd.inf [0.4.13][SETUP][BOOTDATA][FONTS][INF][MEDIA][ROSTESTS] Monospaced fonts and substitution 2023-01-06 09:41:30 +01:00
livecd.ini [BOOT] Add VBox debug to livecd.ini 2017-12-20 06:56:09 +01:00
livecd_start.cmd
readme.txt [0.4.13][REACTOS] Backport "http://www.reactos" -> "https://reactos" and readme.txt 2023-03-19 11:49:24 +01:00
setupreg.inf [USBHUB_NEW] Enable generic USB hubs (USB class 09) 2019-09-04 05:26:02 +03:00
txtsetup.sif OOPS - Nothing to see there :P 2019-09-21 04:38:47 +02: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 October 9, 2021
========================

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, 7).

More information is available at: https://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://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://reactos.org/faq
In addition, the ReactOS forum: https://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.