reactos/boot/bootdata
2020-04-12 17:23:17 +03:00
..
bootcd [BOOTDATA] Add FsType into default unattend.inf template 2020-04-12 17:23:17 +03:00
bootcdregtest [BOOTDATA][BOOTCDREGTEST] Don't hardcode C:\ReactOS (#2346) 2020-02-15 09:21:41 +09:00
livecd
livecdregtest
packages [PRINTING] Add x64 print environment keys and folders 2020-03-09 07:03:47 +01:00
welcome_config
.gitattributes
autorun-bootcd.inf
autorun-hybridcd.inf
autorun-livecd.inf
bootcd.ini
caroots.inf [BOOTDATA] Update caroots.inf. CORE-16743 2020-03-13 13:29:48 +01:00
CMakeLists.txt
floppy_pc98.ini [FREELDR] Add ARC-emulation support for NEC PC-98 series 2020-03-07 00:52:40 +01:00
hivebcd.inf
hivecls.inf [BOOTDATA] Restore "CMD here" 'Extended' key, but commented out (#2093) 2019-11-29 14:13:59 +01:00
hivedef.inf [SHELL32][BOOTDATA] Unselect filename extension upon renaming (#2398) 2020-02-29 08:08:26 +09:00
hiveinst.inf
hiveinst_xbox.inf [CMAKE][BOOTDATA] Properly load Xbox video miniport driver in LiveCD (#2325) 2020-02-10 23:20:12 +01:00
hivesft.inf [BOOTDATA] Add 'App Paths' registry entries (#2075) 2019-11-22 22:23:23 +09:00
hivesys.inf [W32TIME][BOOTDATA] Export SvchostEntry_W32Time() as an alias to W32TmServiceMain, and use the former as the service entry point specified in the registry, for Windows compatibility. 2020-04-09 23:22:40 +02:00
hybridcd.ini
icon.ico
livecd.inf
livecd.ini
livecd_start.cmd
readme.txt
setupreg.inf [USBHUB_NEW] Enable generic USB hubs (USB class 09) 2019-09-04 05:26:02 +03:00
txtsetup.sif [HALXBOX][BOOTDATA][INF] Give the Xbox HAL its own personality (#2338) 2020-02-13 14:02:11 +01:00
txtsetup_sourcedisksfiles.ods

========================
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.