reactos/reactos/drivers/net/tcpip
Art Yerkes 5be7877f22 some formatting and prototype changes
memtrack on
moved timer dpc out of libip
added work item for ip timer callback to work at passive level

svn path=/trunk/; revision=11216
2004-10-07 15:04:45 +00:00
..
datalink Most files moved to linkable library drivers/lib/ip, which can be linked 2004-09-30 06:00:42 +00:00
include some formatting and prototype changes 2004-10-07 15:04:45 +00:00
network Most files moved to linkable library drivers/lib/ip, which can be linked 2004-09-30 06:00:42 +00:00
tcpip some formatting and prototype changes 2004-10-07 15:04:45 +00:00
tests 2004-08-16 Casper S. Hornstrup <chorns@users.sourceforge.net> 2004-08-15 23:41:26 +00:00
transport Most files moved to linkable library drivers/lib/ip, which can be linked 2004-09-30 06:00:42 +00:00
.cvsignore another day of janitor stuff 2003-06-29 21:05:54 +00:00
DIRS Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
makefile Sorry jimtabor and rcampbell, it turns out that ip.a was not getting cleaned 2004-10-07 04:47:42 +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 Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
tcpip.def Added networking code from Casper Hornstrup 2000-08-02 00:24:26 +00:00
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