reactos/reactos
Arch Blackmann 0324a3e3bb Whiners...
svn path=/trunk/; revision=43990
2009-11-06 23:35:28 +00:00
..
base add missing newlines 2009-11-02 20:09:00 +00:00
boot - Fix a FreeLdr PCI detection bug introduced in revision 10742 5 years ago when PCI detection was added. FindPciBios was setting the HardwareMechanism entry in the PCI_REGISTRY_INFO structure (then called CM_PCI_BUS_DATA) to the wrong register returned from the PCI BIOS: CL instead of AL. CL is the number of the last PCI bus in the system (0 if you only have 1 bus, 1 if you have 2 buses). AL contains bit-fields for PCI characteristics, and HAL checks the 2 first bits to determine the type of the BUS. My VMWare test environment has 2 PCI buses, so the number happened to be correct. This doesn't work if there is only 1 PCI bus, such as in QEMU and Vbox, as we then get an invalid PCI type of 0. Fix this and re-enable the PCI detection in HAL to properly detect the PCI type instead of assuming type 1. 2009-11-02 21:13:45 +00:00
dll - Fix check 2009-11-06 17:00:20 +00:00
drivers [cdfs] 2009-11-05 23:43:57 +00:00
hal - Finish the work around for the Pentium cmpxchg8b lock errata: We detected the errata and allocated the 7 first IDT entries on a write protected page, but the final piece of the work around, detecting the write fault ti the Invalid Opcode handler, was missing. Implemented this in the page fault handler to detect and dispatch the write fault to the Invalid Opcode handler. 2009-11-04 21:57:32 +00:00
include sync wininet with wine 1.1.32 2009-11-04 11:16:25 +00:00
lib - Rework our oskittcp signalling 2009-11-02 21:28:25 +00:00
media Bug 4893: Dutch translation for Spider Solitaire by Wouter De Vlieger 2009-11-01 21:31:21 +00:00
modules
ntoskrnl - Convert one more __invlpg to KeInvalidateTlbEntry 2009-11-04 22:51:00 +00:00
subsystems [csrss] 2009-11-03 19:18:39 +00:00
tools Whiners... 2009-11-06 23:35:28 +00:00
apistatus.lst
baseaddress.rbuild Change base address of User32 DLL to avoid bug #4908. 2009-10-20 21:03:47 +00:00
config-amd64.template.rbuild Add rbuild files for x64 build. Dedicated to encoded. 2009-09-26 21:52:00 +00:00
config-arm.template.rbuild
config-ppc.template.rbuild
config.template.rbuild
COPYING Move the sacred texts of (L)GPL to the proper place. 2009-10-20 15:19:34 +00:00
COPYING.ARM
COPYING.LIB Move the sacred texts of (L)GPL to the proper place. 2009-10-20 15:19:34 +00:00
COPYING3 Move the sacred texts of (L)GPL to the proper place. 2009-10-20 15:19:34 +00:00
COPYING3.LIB Move the sacred texts of (L)GPL to the proper place. 2009-10-20 15:19:34 +00:00
CREDITS
depmap.xsl
Doxyfile
INSTALL
Makefile Document ROS_GENERATE_RSYM environment variable. 2009-10-05 14:13:01 +00:00
proxy.mak
ReactOS-amd64.rbuild Update ReactOS-amd64.rbuild 2009-10-14 14:29:32 +00:00
ReactOS-arm.rbuild
ReactOS-generic.rbuild move widl compilerflags to ReactOS-i386.rbuild 2009-10-19 21:30:34 +00:00
ReactOS-i386.rbuild move widl compilerflags to ReactOS-i386.rbuild 2009-10-19 21:30:34 +00:00
ReactOS-ppc.rbuild
README
vreport.xsl - Remove svn:needs-lock, svn:eol-type, and svn:eol-tyle properties. 2009-10-12 03:35:35 +00:00

========================
ReactOS Version 0.3.x
Updated Dec 16, 2006
========================

1. What is ReactOS?

   ReactOS is an Open Source effort to develop a quality operating system
that is compatible with Windows NT applications and drivers.

   The ReactOS project, although currently focused on Windows XP/2003
drivers compatibility, is always keeping an eye toward compatibility with
older version of Windows NT family ( NT 4.0, 2000 (NT 5.0)) and new
Windows NT releases (Vista, etc). Applications (Win32 API) compatibility
focus is Windows XP.

More information is available at http://www.reactos.org/.

2. Building ReactOS

See the INSTALL file for more details.

3. More information

See the media\doc subdirectory for some sparse notes.

4. Who is responsible

See the CREDITS file.