[ipv6] Make IPv6 routing work with addresses not on local network
[gpxe.git] / README
blob3dba3411b2bf3c81979c77bd251eef0b0457466d
1 gPXE README File
3 gPXE is an implementation of the PXE specification for network
4 booting, with extensions to allow additional features such as booting
5 via HTTP, iSCSI, and AoE.  
7 In generally, gPXE is compatible with the industry-standard PXE
8 specification, and also supports Etherboot .nbi file loading and some
9 additional protocols and features.
11 For more detailed information about gPXE, please visit our project
12 website at: http://etherboot.org/
14 BUILDING gPXE IMAGE FROM SOURCE
16 If you don't want to install development tools, and have access to the
17 Web, you can get gPXE and Etherboot ROM images made on demand from
18 http://rom-o-matic.net/
20 If you would like to compile gPXE images from source, here are some tips.
22 We normally compile gPXE images on x86, 32-bit Linux machines. It is
23 possible to also use x86-64 machines. We use gcc compiler options to
24 create 32-bit output.
26 It is important to have the necessary software  packages installed.  A gcc-based
27 toolchain is required.
29 The following packages (at least) are required:
31   - a gcc tool chain (gcc 3.x or gcc 4.x)
32   - binutils (version 2.16 or later)
33   - perl
34   - syslinux
35   - mtools
36   
37 To test your environment, cd to the "src" directory and type:
39    make
41 You should see a lot of output, and when it stops, the "bin" directory
42 should be populated with gPXE images and object files.
44 To learn more about what to build and how to use gPXE, please visit our
45 project website at http://etherboot.org/ , particularly the "howto" section.
47 CONTACTING US
49 Pointers to our project mailing lists are on http://etherboot.org/
51 Real-time help is often available on IRC on the #etherboot channel of
52 irc.freenode.net.