Michael Brown
dca470cb21
Add (untested) UNDI loader C-level implementation.
vor 17 Jahren
Michael Brown
89349d7fad
Separated out initialisation functions from startup/shutdown functions.
vor 17 Jahren
Michael Brown
0924cf678e
Implemented (untested) PXENV_START_UNDI.
vor 17 Jahren
Michael Brown
e42eba4af4
Use a common base-memory packet buffer for DHCP construction (as used
by PXE and NBI) and UNDI packets (as used by undinet and UNDI).
vor 17 Jahren
Michael Brown
d05d8edd42
Implement the "overwrite TFTP filename" Microsoft RIS bug workaround.
vor 17 Jahren
Michael Brown
8130443f9f
Separate out pxe_start_nbp() from pxe_image.c into pxe_call.c
Implement PXENV_RESTART_TFTP.
vor 17 Jahren
Michael Brown
9125070f51
I really, really screwed up the semantics of BufferSize and BufferLimit.
vor 17 Jahren
Michael Brown
40d6d3dcf4
Windows RIS now gets as far as downloading NTLDR.
vor 17 Jahren
Michael Brown
5ff23aa406
Include stdlib.h rather than malloc.h
vor 18 Jahren
Michael Brown
6dcb182aee
Fill in BufferSize in PXENV_GET_CACHED_INFO
vor 18 Jahren
Michael Brown
f018da8215
Implement enough of PXENV_GET_CACHED_INFO to support pxelinux.
vor 18 Jahren
Michael Brown
71754ada2a
Allow linking by converting functions to stubs
vor 18 Jahren
Michael Brown
a0a872f7f1
Updated PXE UDP implementation to use the new Etherboot UDP API.
Updated PXE API dispatcher to use copy_{to,from}_user, and moved to
arch/i386 since the implementation is quite architecture-dependent.
(The individual PXE API calls can be largely
architecture-independent.)
vor 18 Jahren
Michael Brown
0e494614b5
Some versions of doxygen seem to object to "@ret None" or similar.
vor 19 Jahren
Michael Brown
809933d9f7
Split PXE code into preboot, udp, tftp, undi and loader units.
PXE code now compiles without errors (though it won't actually work).
vor 19 Jahren