reactos/boot/bootdata
Victor Perevertkin 49cfac17c5
[FFS] Remove the FFS/UFS driver
The upstream driver is not maintained and the file system itself
is in a semi-abandoned state.
Originally imported at 3a3ef631d1

The driver is written by Lee Jae-Hong, updated by Bo Brantén.
ReactOS porting made by Peter Hater and Pierre Schweitzer.
Follow updates at http://www.acc.umu.se/~bosse/

FS Recognizer code is left to keep the FS support as an
installable driver.

CORE-11040
2021-07-30 17:14:57 +03:00
..
bootcd Revert "[CMAKE] Make unattended bootcd configurable via cmake" 2020-10-26 18:13:50 +01:00
bootcdregtest [BOOTDATA][BOOTCDREGTEST] Don't hardcode C:\ReactOS (#2346) 2020-02-15 09:21:41 +09:00
livecd [USERINIT] Add unattend.inf functionality to livecd 2020-05-05 20:54:30 +02:00
livecdregtest
packages [CMAKE] Add some arm/arm64 specific paths 2021-05-24 17:34:28 +02:00
welcome_config
.gitattributes
autorun-bootcd.inf
autorun-hybridcd.inf
autorun-livecd.inf
bootcd.ini [FREELDR] Add variable for default text color 2020-10-17 19:28:08 +03:00
caroots.inf [BOOTDATA] Update caroots.inf. CORE-16743 2020-03-13 13:29:48 +01:00
CMakeLists.txt [BOOTDATA] Link the Accessibility Utility Manager for LiveCD builds (#3443) 2021-02-02 01:37:37 +03:00
floppy_pc98.ini [FREELDR] Add variable for default text color 2020-10-17 19:28:08 +03:00
hivebcd.inf
hivecls.inf [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526) 2021-04-11 10:59:19 +02:00
hivedef.inf [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526) 2021-04-11 10:59:19 +02:00
hiveinst.inf [BOOTDATA][VBEMP] Merge duplicated registry settings to vbemp_reg.inf 2021-07-05 23:44:35 +02:00
hiveinst_pc98.inf [PC98VID] Add framebuffer video miniport driver for NEC PC-98 series (#3040) 2020-08-19 00:50:08 +03:00
hiveinst_xbox.inf [CMAKE][BOOTDATA] Properly load Xbox video miniport driver in LiveCD (#2325) 2020-02-10 23:20:12 +01:00
hivesft.inf [TRANSLATION] Chinese Traditional (zh-TW) translation update (#3526) 2021-04-11 10:59:19 +02:00
hivesys.inf [FFS] Remove the FFS/UFS driver 2021-07-30 17:14:57 +03:00
hybridcd.ini [FREELDR] Add variable for default text color 2020-10-17 19:28:08 +03:00
icon.ico
livecd.inf Revert "[FONTS] Add Selawik as a substitution for Segoe UI" CORE-17122 (#2921) 2020-06-14 19:09:41 +09:00
livecd.ini [HAL] Add APIC hals to setup and livecd 2021-06-17 23:27:44 +02:00
livecd_start.cmd
readme.txt [BOOTDATA] Update readme.txt 2021-07-19 01:05:00 +02:00
setupreg.inf [BOOTDATA] Don't remove critical device DB for the setup 2021-01-27 05:15:14 +03:00
txtsetup.sif [ISAPNP] Start the driver early in the boot 2021-06-20 19:24:32 +06:00
txtsetup_sourcedisksfiles.ods

========================
ReactOS™ Version 0.4.x
Updated July 19, 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, Seven).

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.