Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
bios/ | 03-May-2024 | - | 8,701 | 7,809 | ||
codepage/ | 03-May-2024 | - | 12,553 | 12,408 | ||
com32/ | 03-May-2024 | - | 179,648 | 124,515 | ||
core/ | 03-May-2024 | - | 96,575 | 64,242 | ||
devel/ | 03-May-2024 | - | 19 | 17 | ||
diag/ | 03-May-2024 | - | 1,296 | 982 | ||
doc/ | 03-May-2024 | - | 5,669 | 3,982 | ||
dos/ | 03-May-2024 | - | 2,753 | 1,999 | ||
dosutil/ | 03-May-2024 | - | 1,955 | 1,587 | ||
efi/ | 03-May-2024 | - | 5,329 | 3,703 | ||
efi32/ | 03-May-2024 | - | 17,614 | 12,741 | ||
efi64/ | 03-May-2024 | - | 17,700 | 12,813 | ||
extlinux/ | 03-May-2024 | - | 3,678 | 2,519 | ||
gnu-efi/gnu-efi-3.0/ | 03-May-2024 | - | 26,013 | 16,119 | ||
gpxe/ | 03-May-2024 | - | 279,762 | 168,697 | ||
libfat/ | 03-May-2024 | - | 748 | 427 | ||
libinstaller/ | 03-May-2024 | - | 3,243 | 2,200 | ||
linux/ | 03-May-2024 | - | 606 | 419 | ||
lzo/ | 03-May-2024 | - | 21,907 | 18,838 | ||
man/ | 03-May-2024 | - | 719 | 694 | ||
mbr/ | 03-May-2024 | - | 1,863 | 1,254 | ||
memdisk/ | 03-May-2024 | - | 7,594 | 5,540 | ||
mime/image/ | 03-May-2024 | - | 40 | 39 | ||
mk/ | 03-May-2024 | - | 779 | 506 | ||
mtools/ | 03-May-2024 | - | 459 | 322 | ||
sample/ | 03-May-2024 | - | 41 | 16 | ||
txt/ | 03-May-2024 | - | 1,787 | 1,406 | ||
utils/ | 03-May-2024 | - | 3,577 | 2,602 | ||
win/ | 03-May-2024 | - | 1,305 | 880 | ||
win32/ | 03-May-2024 | - | 234 | 148 | ||
win64/ | 03-May-2024 | - | 220 | 134 | ||
COPYING | D | 03-May-2024 | 17.6 KiB | 341 | 281 | |
LICENSE | D | 03-May-2024 | 17.6 KiB | 341 | 281 | |
MODULE_LICENSE_GPL | D | 03-May-2024 | 0 | |||
Makefile | D | 03-May-2024 | 12.3 KiB | 417 | 237 | |
NEWS | D | 03-May-2024 | 76.2 KiB | 1,746 | 1,629 | |
NOTICE | D | 03-May-2024 | 17.6 KiB | 341 | 281 | |
README | D | 03-May-2024 | 1.6 KiB | 41 | 29 | |
README.google | D | 03-May-2024 | 361 | 11 | 9 | |
README.version | D | 03-May-2024 | 151 | 5 | 4 | |
dummy.c | D | 03-May-2024 | 101 | 9 | 4 | |
gen-id.sh | D | 03-May-2024 | 754 | 34 | 23 | |
now.pl | D | 03-May-2024 | 445 | 22 | 12 | |
syslinux.spec | D | 03-May-2024 | 7.2 KiB | 271 | 205 | |
version | D | 03-May-2024 | 10 | 2 | 1 | |
version.pl | D | 03-May-2024 | 927 | 40 | 28 |
README
1 See the files in the doc directory for documentation about SYSLINUX: 2 3 syslinux.txt - Usage instructions; manual. 4 distrib.txt - For creators of Linux distributions. 5 pxelinux.txt - Documentation specific to PXELINUX. 6 isolinux.txt - Documentation specific to ISOLINUX. 7 extlinux.txt - Documentation specific to EXTLINUX. 8 menu.txt - About the menu systems. 9 usbkey.txt - About using SYSLINUX on USB keys. 10 memdisk.txt - Documentation about MEMDISK. 11 12 Also see the files: 13 14 NEWS - List of changes from previous releases. 15 TODO - About features planned for future releases. 16 COPYING - For the license terms of this software. 17 18 SYSLINUX now builds in a Linux environment, using nasm. You need nasm 19 version 2.03 or later (2.07 or later recommended) to build SYSLINUX 20 from source. See http://www.nasm.us/ for information about nasm. 21 22 "utils/isohybrid" needs the UUID library and following header file, 23 24 /usr/include/uuid/uuid.h 25 26 You can get them from the "uuid-dev" package on Debian based systems 27 or from the "libuuid-devel" package on RPM based distributions. 28 29 There is now a mailing list for SYSLINUX. See the end of syslinux.txt 30 for details. 31 32 SYSLINUX is: 33 34 Copyright 1994-2011 H. Peter Anvin et al - All Rights Reserved 35 36 This program is free software; you can redistribute it and/or modify 37 it under the terms of the GNU General Public License as published by 38 the Free Software Foundation, Inc., 53 Temple Place Ste 330, 39 Boston MA 02111-1307, USA; either version 2 of the License, or 40 (at your option) any later version; incorporated herein by reference. 41
README.google
1 URL: https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.xz 2 License: GPL version 2 3 License File: LICENSE 4 5 Description: 6 Syslinux provides a lightweight bootloader for Linux ext2/ext3/ext4 or btrfs 7 filesystems (EXTLINUX). 8 9 Local Modifications: 10 Added gptlinux, an installer that operates on gpt-based disk images rather than 11 mounted filesystems.