reactos/reactos
Alex Ionescu 05f82784bd - Stub NtSystemDebugControl.
- Fully support _WINKD_. Change this to 1, and get kdcom.dll from Windows 2003 or TinyKRNL and you'll be able to connect to WinDBG if using the right debug settings. You can now boot to desktop with WinDBG connected and see debug messages, but not much else is supported.
- Fix bugs in KeGetBugMessageText.
- Implement KeEnterKernelDebugger.

svn path=/trunk/; revision=25994
2007-03-05 01:35:43 +00:00
..
base Convert text to multibyte before displaying it 2007-03-04 23:26:30 +00:00
boot downloader fixes: 2007-03-03 11:41:28 +00:00
dll Fix compiling in proper npfs mode. 2007-03-04 21:14:58 +00:00
drivers - Enable stubs in kdcom to actually be exported (to simplfiy compatibility with KD Branch, which won't be needed soon thanks to a build flag). 2007-03-04 19:20:03 +00:00
hal - Fix a bug in KeQueryPerformanceCounter which was reading the flags in ESI instead of ECX. 2007-03-04 19:06:34 +00:00
include - Detect if reparsing is being used during IRP completion and complain. 2007-03-05 00:47:19 +00:00
lib - Fix a bug in KeQueryPerformanceCounter which was reading the flags in ESI instead of ECX. 2007-03-04 19:06:34 +00:00
media Set correct value for Characteristics (tested by Colin_Finck on IRC) 2007-02-15 20:39:33 +00:00
modules
ntoskrnl - Stub NtSystemDebugControl. 2007-03-05 01:35:43 +00:00
regtests - Create KD branch. All debugging support is removed in this branch (no symbols, kd, kdbg, dbg) in hopes of cleanly implementing some of the low-level exception facilities, to remove potential sources of bugs, and to properly implement KD64 so that WinDBG can be used to debug ReactOS. 2007-02-16 18:37:34 +00:00
subsystems partly implement NtGdiDdReenableDirectDrawObject 2007-03-03 20:19:56 +00:00
tools some configuration changes for debug builds 2007-03-02 21:04:41 +00:00
apistatus.lst
baseaddress.rbuild Fix user32, gdi32 and dnsapi's base addresses so that no relocations occur during system bootup. 2007-02-10 15:49:50 +00:00
config-ppc.template.rbuild
config.template.rbuild - Enable _WINKD_ in config.rbuild. Currently set to 0 and don't set it to 1 yet because it won't build yet. 2007-03-04 20:52:54 +00:00
COPYING
CREDITS
depmap.xsl
Doxyfile
INSTALL
LGPL.txt
Makefile
proxy.mak
ReactOS-ppc.rbuild
ReactOS.rbuild fix buliding with optimze -O3 forget add <compilerflag>-Wno-strict-aliasing</compilerflag> to all level of optimze 2007-02-02 13:56:33 +00:00
README

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