Changes in 1.51: * PXELINUX: Not all PXE stacks fill in the IP address for a type 3 cached info query. Use a type 2 cached info query for this information (only.) * Yet another attempt at A20 coding. Now support BIOS call 15:2401 as well, and handle machines which always have A20 on separately. * Support memory detection using INT 15h, AX=0E820h. BIOS manufacturers have apparently gotten sloppy about keeping INT 15h, AX=0E801h working properly. * Don't issue onto the serial port when we're doing screen wraparound. Begin3 Title: syslinux Version: 1.51 Entered-date: 2001-01-31 Description: SYSLINUX is a boot loader for the Linux operating system which operates off MS-DOS floppies. It is intended to simplify first-time installation of Linux, rescue disks, and other uses for boot floppies. A SYSLINUX floppy can be manipulated using standard MS-DOS (or any other OS that can access an MS-DOS filesystem) tools once it has been created; and requires only a ~ 7K DOS program or ~ 13K Linux program to create in the first place. Starting with version 1.46 it also includes PXELINUX, a program to boot off a network server using a boot PROM compatible with the Intel PXE (Pre-Execution Environment) specification. Keywords: syslinux pxelinux msdos boot loader floppy install network pxe Author: hpa@zytor.com (H. Peter Anvin) Maintained-by: hpa@zytor.com (H. Peter Anvin) Primary-site: ftp.kernel.org /pub/linux/utils/boot/syslinux 191012 syslinux-1.51.tar.gz 214243 syslinux-1.51.zip Alternate-site: metalab.unc.edu /pub/Linux/system/boot/loaders Platforms: DOS or Linux to install. Linux, perl and nasm 0.97 or later required to build from source. Copying-policy: GPL End