• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

ChangesH A D18-Apr-2004889 2620

INSTALLH A D02-Feb-20035.9 KiB157118

LICENCEH A D16-Aug-200214.8 KiB282237

MakefileH A D18-Apr-200418 32

Makefile.inH A D02-Feb-2003709 3828

READMEH A D30-Aug-20021.2 KiB3424

THANKSH A D26-May-2004420 1912

autoconf.h.inH A D03-May-20222.6 KiB8866

configureH A D30-Aug-2002109.8 KiB3,7983,227

configure.inH A D30-Aug-20021.7 KiB6451

logfile.ccH A D02-Feb-20033.8 KiB13272

logfile.hH A D22-Aug-20021.9 KiB7440

options.ccH A D02-Feb-200316.5 KiB679469

options.hH A D22-Aug-20022.8 KiB12785

packetstore.ccH A D12-Aug-200327.3 KiB1,105757

packetstore.hH A D22-Aug-20023.2 KiB12580

posix_signal.ccH A D22-Aug-20023.4 KiB11843

posix_signal.hH A D16-Aug-20021.7 KiB5725

pxe.ccH A D03-May-20228.9 KiB344224

pxe.confH A D02-Feb-2003692 3815

sock.ccH A D26-May-200417.2 KiB652423

sock.hH A D16-Aug-20022.7 KiB11672

sysexception.ccH A D02-Feb-20033.5 KiB10747

sysexception.hH A D16-Aug-20021.5 KiB5422

README

1PXE daemon readme
2=================
3
4This is an implementation of the Intel PXE bootstrap protocol. This protocol
5is roughtly speaking based upon the bootp protocol, and currently needs the
6bootp daemon to work.
7
8The bootp daemon can be found on any sunsite.unc mirror, under
9/pub/Linux/system/network/boot.net/bootpd-2.4.tar.gz
10
11To obtain a bootstrap (code that prepares the machine for a kernel) please
12look at: http://syslinux.zytor.com/pxe.php
13
14Licence info
15============
16
17This program is free software; you can redistribute it and/or
18modify it under the terms of the GNU General Public License
19as published by the Free Software Foundation; either version 2
20of the License, or (at your option) any later version.
21
22This program is distributed in the hope that it will be useful,
23but WITHOUT ANY WARRANTY; without even the implied warranty of
24MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
25GNU General Public License for more details.
26
27You should have received a copy of the GNU General Public License
28along with this program; if not, write to the Free Software
29Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
30
31
32October 24, 2000
33Tim Hurman (kano@kano.org.uk)
34