reactos/reactos/drivers/net/tcpip
Art Yerkes 9980d7cf9c Since system services are now provided by the client, we need the
callback struct first.

svn path=/trunk/; revision=10743
2004-08-30 18:12:30 +00:00
..
datalink oskittcp: new import. less diff output versus pure sources. 2004-08-19 21:39:00 +00:00
include Oskit can now be linked from userland. This is part one of my plan. 2004-08-29 20:04:42 +00:00
network fix 2004-08-20 09:44:20 +00:00
tcpip AFD: Fixed handling of cancelling in flight requests when closing the socket. 2004-08-22 18:42:42 +00:00
tests 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:41:26 +00:00
transport Since system services are now provided by the client, we need the 2004-08-30 18:12:30 +00:00
.cvsignore another day of janitor stuff 2003-06-29 21:05:54 +00:00
DIRS
makefile oskittcp: new import. less diff output versus pure sources. 2004-08-19 21:39:00 +00:00
notes.txt This is a merge onto head of the last two months worth of changes to the 2004-06-09 18:11:39 +00:00
readme.txt
tcpip.def
tcpip.edf
tcpip.rc Reverted latest changes. 2002-09-08 10:23:54 +00:00

Build instructions for TCP/IP protocol driver
---------------------------------------------

Building with Visual C++ and Windows NT DDK:

Variables:
%BASEDIR%     = path to NT4 DDK (e.g. c:\ntddk)
%DDKBUILDENV% = DDK build environment (free or checked)

DDK environment variables must be set! (run setenv.bat)

    - Create the directory objects/i386/%DDKBUILDENV%
    - Run "build" to build the driver


Building with Mingw32 and ReactOS include files:

    - Build NDIS.SYS (i.e. "make ndis")
    - Run "make tcpip" FROM THE ReactOS ROOT DIRECTORY to build the driver