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