[ Avaa Bypassed ]




Upload:

Command:

www-data@3.17.166.43: ~ $
			Building Syslinux

From Syslinux 6.0 onwards there is support for three different
firmware backends, BIOS, 32-bit EFI and 64-bit EFI. To allow users the
flexibility to build only the firmware they need the Syslinux make
infrastructure has become more complex.

The Syslinux make infrastructure understands the following syntax,

	make [firmware[,firwmware]] [target[,target]]

If no firmware is specified then any targets will be applied to all
three firmware backends. If no target is specified then the 'all'
target is implicitly built.

For example, to build the installers for BIOS, 32-bit EFI and 64-bit
EFI type,

	make installer

TO build the BIOS and 64-bit EFI installers type,

	make bios efi64 installer

To delete all object files and build the installer for 32-bit EFI
type,

	make efi32 spotless installer


      ++++ THE OBJECT DIRECTORY ++++

A custom top-level object directory can be specified on the make
command-line by using the O= variable, e.g.

	make O=/tmp/syslinux-obj efi32

will build the 32-bit object files under /tmp/syslinux-obj/efi32. If
no object directory is specified then object files will be written to
an 'obj' directory in the top-level of the Syslinux source.

Filemanager

Name Type Size Permission Actions
CodingStyle.txt.gz File 12.32 KB 0644
SubmittingPatches.txt.gz File 8.17 KB 0644
building.txt File 1.18 KB 0644
chain.txt.gz File 4.86 KB 0644
cptime.txt File 947 B 0644
distrib.txt File 1.18 KB 0644
gpt.txt File 2.72 KB 0644
mboot.txt File 931 B 0644
memdisk.txt.gz File 4.71 KB 0644
menu.txt.gz File 6.56 KB 0644
pxechn.txt.gz File 2.27 KB 0644
sdi.txt.gz File 2.3 KB 0644
usbkey.txt File 2.06 KB 0644