Files
reactos/reactos
Timo Kreuzer 746a4e93ea [NTOSKRNL]
Skip all images that were loaded using MmLoadSystemImage in MiFindInitializationCode. Drivers loaded by Mm are handled in MmFreeDriverInitialization (which we currently run for boot loaded images as well, so duplicated work...). But now at least session loaded images are NOT processed this way. Because even though they can have INIT sections, they don't neccessarily like it when stuff gets removed, especially win32k doesn't like it when it's .rsrc section is being discarded due to it's section flags!

svn path=/trunk/; revision=61076
2013-11-22 12:51:40 +00:00
..
2013-11-21 11:34:56 +00:00
2013-11-18 14:43:28 +00:00
2013-11-19 23:30:58 +00:00
2013-11-19 23:30:58 +00:00
2013-11-20 21:57:51 +00:00
2013-11-22 11:36:22 +00:00
2013-10-27 12:13:42 +00:00
2013-09-22 21:04:06 +00:00
2013-11-22 12:51:40 +00:00
2013-11-17 19:14:24 +00:00
2013-11-17 22:43:23 +00:00
2013-11-22 11:48:51 +00:00
2013-09-17 22:31:33 +00:00
2013-07-14 21:00:42 +00:00
2013-08-31 00:05:29 +00:00
2013-09-15 13:23:22 +00:00
2013-06-02 18:44:50 +00:00
2013-11-19 23:30:58 +00:00
2013-11-02 13:56:47 +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.