A free Windows-compatible Operating System - mirrored from GitHub
Go to file
Claudiu Mihail 8ac934b5e6 GSoC todo list.
svn path=/branches/GSoC_2011/TcpIpDriver/; revision=51816
2011-05-17 22:18:21 +00:00
base [CMAKE] 2011-05-01 16:33:50 +00:00
boot
cmake
dll [CMAKE] 2011-04-27 14:05:18 +00:00
drivers [TCPIP DRIVER] 2011-05-07 19:53:38 +00:00
hal
importlibs
include
lib Make kernel not crash when trying to accept in incoming tcp connection. The problem is in TCPAcceptEventHandler, where calling the LibTCPAccept function would cause an assert to fail in LibTCPAccept. We just set the state of the pcb to LISTEN and after calling LibTCPAccept we set it to ESTABLISHED. The connection still fails but at least the kernel doesn't crash. Needs further serious investigation. 2011-05-16 13:00:34 +00:00
media
modules
ntoskrnl
subsystems
apistatus.lst
baseaddress.cmake
CMakeLists.txt
CMakeMacros.cmake
config-amd64.cmake
config-arm.cmake
config.cmake
configure.cmd [CMAKE] 2011-04-30 11:34:02 +00:00
COPYING
COPYING.ARM
COPYING.LIB
COPYING3
COPYING3.LIB
CREDITS
depmap.xsl
Doxyfile
gcc.cmake
global.lds
INSTALL
msc.cmake [CMAKE] 2011-04-27 21:48:41 +00:00
PreLoad.cmake
README
ros_cd.cmake
rosbuild.bat
todo_gsoc.txt GSoC todo list. 2011-05-17 22:18:21 +00:00
toolchain-mingw32.cmake
toolchain-msvc.cmake
vreport.xsl

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