reactos/boot/bootdata
Cameron Gutman 3aff101683 [HALACPI]
- Create PDO earlier so ACPI can be loaded earlier in boot
[HIVESYS]
- Create critical device database with required devices for USB boot
[NTOSKRNL]
- Read the CDDB and install devices that are critical for boot
- This implementation won't be 100% correct until a PnP manager rewrite but it should work well enough for our needs
- Not complete and disabled atm

svn path=/branches/usb-bringup-trunk/; revision=55328
2012-01-30 16:23:44 +00:00
..
bootcd [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
bootcdregtest [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
livecd [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
livecdregtest [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
packages [USB-BRINGUP-TRUNK] 2012-01-21 01:29:33 +00:00
autorun.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
bootcd.ini [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
bootdata.rbuild [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
CMakeLists.txt [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivecls_amd64.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivecls_arm.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivecls_i386.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivedef_amd64.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivedef_arm.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivedef_i386.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hiveinst_arm.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hiveinst_i386.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivesft_amd64.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivesft_arm.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivesft_i386.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivesys_amd64.inf [USB-BRINGUP-TRUNK] 2012-01-22 16:07:58 +00:00
hivesys_arm.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
hivesys_i386.inf [HALACPI] 2012-01-30 16:23:44 +00:00
icon.ico [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
livecd.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
livecd.ini [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
livecd_start.cmd [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
readme.txt [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
system.ini [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00
txtsetup.sif [INF] 2012-01-30 00:23:11 +00:00
unattend.inf [USB-BRINGUP-TRUNK] 2012-01-20 20:58:46 +00:00

========================
ReactOS Version 0.3.x
Updated July 28, 2007
========================

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

Website: http://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 XP
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. Tutorials
------------

Developer and User Tutorials: http://www.reactos.org/wiki/index.php/Main_Page

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

6. Author
---------

This document was written by Jason Filby (jasonfilby@yahoo.com).