Go to file
openKylinBot 084124db05 changed debian/source/format to native 2022-05-14 02:56:01 +08:00
codepage Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
com32 Prevent optimizing the pow() function 2022-05-14 02:56:01 +08:00
core Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
debian changed debian/source/format to native 2022-05-14 02:56:01 +08:00
devel Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
diag Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
doc Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
dos Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
dosutil Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
efi Force the linker to put all sections into a single PT_LOAD segment 2022-05-14 02:56:01 +08:00
extlinux Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
libfat Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
libinstaller Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
linux Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
lzo Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
man Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
mbr Strip the .note.gnu.property section for the mbr 2022-05-14 02:56:01 +08:00
memdisk Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
mime/image Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
mk Link against gnu-efi from Debian 2022-05-14 02:56:01 +08:00
mtools Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
sample Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
txt Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
utils Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
win Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
win32 Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
win64 Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
COPYING Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
Makefile Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
NEWS Include changes since 6.03 in the changelog 2022-05-14 02:56:01 +08:00
README Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
dummy.c Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
gen-id.sh Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
now.pl Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
syslinux.spec Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
version Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00
version.pl Import Upstream version 6.04~git20190206.bf6db5b4+dfsg1 2022-05-14 02:55:54 +08:00

README

See the files in the doc directory for documentation about SYSLINUX:

	syslinux.txt	    - Usage instructions; manual.
	distrib.txt	    - For creators of Linux distributions.
	pxelinux.txt	    - Documentation specific to PXELINUX.
	isolinux.txt	    - Documentation specific to ISOLINUX.
	extlinux.txt	    - Documentation specific to EXTLINUX.
	menu.txt	    - About the menu systems.
	usbkey.txt	    - About using SYSLINUX on USB keys.
	memdisk.txt         - Documentation about MEMDISK.

Also see the files:

	NEWS		    - List of changes from previous releases.
	TODO		    - About features planned for future releases.
	COPYING		    - For the license terms of this software.

SYSLINUX now builds in a Linux environment, using nasm.  You need nasm
version 2.03 or later (2.07 or later recommended) to build SYSLINUX
from source.  See http://www.nasm.us/ for information about nasm.

"utils/isohybrid" needs the UUID library and following header file,

	/usr/include/uuid/uuid.h

You can get them from the "uuid-dev" package on Debian based systems
or from the "libuuid-devel" package on RPM based distributions.

There is now a mailing list for SYSLINUX.  See the end of syslinux.txt
for details.

SYSLINUX is:

   Copyright 1994-2011 H. Peter Anvin et al - All Rights Reserved

   This program is free software; you can redistribute it and/or modify
   it under the terms of the GNU General Public License as published by
   the Free Software Foundation, Inc., 53 Temple Place Ste 330,
   Boston MA 02111-1307, USA; either version 2 of the License, or
   (at your option) any later version; incorporated herein by reference.