Change driver name ohci.sys -> usbohci.sys
[reactos.git] / reactos / bootdata / readme.txt
1 ========================
2 ReactOS Version 0.2.x
3 Updated March 11th, 2004
4 ========================
5
6 1. What is ReactOS?
7 -------------------
8
9 ReactOS is an Open Source effort to develop a quality operating system that is
10 compatible with applications and drivers written for the Microsoft Windows NT
11 family of operating systems (NT4, 2000, XP, 2003).
12
13 Website: http://www.reactos.com
14
15
16 2. Relationship with the WINE project
17 -------------------------------------
18
19 ReactOS has always planned to work with the WINE project to share as much
20 programming effort as possible. This will mainly concern User Mode DLLs and
21 will happen once ReactOS's Kernel Mode areas are more complete, as those areas
22 form the underlying infrastructure. Other areas of cooperation lie in
23 applications and testing suites.
24
25
26 3. Future compatibility
27 -----------------------
28
29 The ReactOS project, although currently focused on Windows NT 4.0
30 compatibility, is always keeping an eye towards compatibility with future
31 Windows NT releases, that is, Windows 2000 (NT 5.0) and Windows XP (NT 5.1).
32
33
34 4. Supporting other System Applications
35 ---------------------------------------
36
37 The Windows NT architecture allows for subsystems, as does the ReactOS
38 architecture. A subsystem is an implementation of the APIs of another
39 operating system, allowing ReactOS to run applications from other systems. We
40 are already looking at subsystems for: Java, OS/2 and DOS and possibly others
41 in the future.
42
43
44 5. Tutorials
45 ------------
46
47 Developer and User Tutorials: http://reactos.com/index.php?tab=documents
48
49 The tutorials contain more information on the project, compiling and testing
50 ReactOS - among other topics. Contributors to the project are always welcome.
51
52 6. Author
53 ---------
54
55 This document was written by Jason Filby (jasonfilby@yahoo.com).