[syslinux] [git-pull] pxechn.c32

Gene Cumm gene.cumm at gmail.com
Sun May 27 05:56:52 PDT 2012


The following changes since commit 7c1b588f9a918b5e251773f0ef4f3812859cc159:
  H. Peter Anvin (1):
        Merge remote-tracking branch 'genec/diag-geodsp-perl-for-hpa'

are available in the git repository at:

  git://github.com/geneC/syslinux.git pxechn-c32-for-hpa

Gene Cumm (1):
      pxechn.c32: PXE NBP chainloader

H. Peter Anvin (1):
      COM32: add DHCP pack/unpack functions

 com32/include/dhcp.h   |   40 ++
 com32/lib/Makefile     |    2 +-
 com32/lib/dhcppack.c   |  166 +++++++
 com32/lib/dhcpunpack.c |  116 +++++
 com32/modules/Makefile |    3 +-
 com32/modules/pxechn.c | 1126 ++++++++++++++++++++++++++++++++++++++++++++++++
 doc/pxechn.txt         |   94 ++++
 7 files changed, 1545 insertions(+), 2 deletions(-)
 create mode 100644 com32/include/dhcp.h
 create mode 100644 com32/lib/dhcppack.c
 create mode 100644 com32/lib/dhcpunpack.c
 create mode 100644 com32/modules/pxechn.c
 create mode 100644 doc/pxechn.txt



More information about the Syslinux mailing list