summaryrefslogtreecommitdiff
path: root/core/pxe.inc
Commit message (Collapse)AuthorAgeFilesLines
* core: pxe: real-mode interrupt service routineH. Peter Anvin2011-04-091-0/+8
| | | | | | | | Real-mode interrupt service routine for PXE. All it does is poll the PXE stack, sets a flag, then issues EOI. It is then up to the PM stack to wake up the receive thread and process the packet receives. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* pxelinux: allow chainloading from gpxelinuxchainloadH. Peter Anvin2010-02-031-0/+1
| | | | | | | Use the new "exit hook" functionality in gPXE to allow NBP chainloading from gpxelinux.0. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
* Move files out of root into core, dos, and utilsH. Peter Anvin2008-05-291-0/+154
Move source files out of the root directory; the root is a mess and has become virtually unmaintainable. The Syslinux core now lives in core/; the Linux and generic utilities has moved into utils/, and copybs.com has moved into dos/; it had to go somewhere, and it seemed as good a place as any.