A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Hermès Bélusca-Maïto 35b4a94303 [CONSRV]
- Remove a useless declaration in conio.h and a useless import lib.
- Move "condrv" part of the console server into "conlib" (console library): the functions that are there are quite general enough to implement a NT text+graphics console library (which is indeed used by the console server to implement the win32 consoles). See CORE-9496 for the details: the aim now would be to extract the pith and marrow out of this conlib to place it into a real "condrv" (console driver).

svn path=/branches/condrv_restructure/; revision=67105
2015-04-08 23:19:18 +00:00
base Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
boot Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
cmake Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
dll Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
drivers Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
hal
include Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
lib Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
media Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
modules Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
ntoskrnl Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
subsystems Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
win32ss [CONSRV] 2015-04-08 23:19:18 +00:00
apistatus.lst
CMakeLists.txt Sync with trunk r67082. 2015-04-07 13:02:07 +00:00
configure.cmd
configure.sh
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
Doxyfile
INSTALL
PreLoad.cmake
README
toolchain-clang.cmake
toolchain-gcc.cmake
toolchain-msvc.cmake

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