reactos/reactos
Johannes Anderwald 489e5eb856 - Partially revert 43747
See issue #4936 for more details.

svn path=/trunk/; revision=43931
2009-11-03 11:47:06 +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 - Partially revert 43747 2009-11-03 11:47:06 +00:00
drivers - Rework our oskittcp signalling 2009-11-02 21:28:25 +00:00
hal - There is no reason to use the Kf* routines for IRQL and Spinlocks directly in HAL -- they are defined to the Kf* versions on x86 anyway, so use the Ke* equivalents exclusively. 2009-11-02 22:54:02 +00:00
include - Fix leftover from 43912: Add KdRefreshDebuggerNotPresent to DDK. 2009-11-02 18:16:12 +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 Remove non-existing "windows" module, the "optional" one is still just virtual. 2009-06-30 15:09:08 +00:00
ntoskrnl - Document what the 'NoBuses' member in the PCI_REGISTRY_INFO and PCI_REGISTRY_INFO_INTERNAL structures means to avoid confusion. 2009-11-02 21:46:41 +00:00
subsystems Add a number of official win32k pool tags, taken from https://blogs.technet.com/yongrhee/archive/2009/06/24/pool-tag-list.aspx 2009-10-31 02:10:51 +00:00
tools Implement the standard ISO 110-key scancode to virtual key conversion table for decoding the LAYOUT section. God that was tedious... 2009-11-01 19:04:42 +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 *** WE WILL NOW BE FOCUSING AND BUILDING FOR ARM CORTEX-A8 (ARMv7) *** 2009-07-11 13:04:46 +00:00
config-ppc.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
config.template.rbuild Do not lie about compiler optimizations. 2009-06-17 18:17:45 +00:00
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 Import the generic template and comment out _M_ARM since the toolchain already defines it. 2009-07-11 11:52:22 +00:00
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 Move gcc -g and -Wall options out of rbuild and into .rbuild files 2009-06-21 22:13:28 +00:00
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.