HomeSort by relevance Sort by last modified time
    Searched full:syslinux (Results 1 - 25 of 440) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/syslinux/core/include/
pmapi.h 4 #include <syslinux/pmapi.h>
  /external/syslinux/
README.version 1 URL: https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.gz
README.google 1 URL: https://www.kernel.org/pub/linux/utils/boot/syslinux/syslinux-6.03.tar.xz
6 Syslinux provides a lightweight bootloader for Linux ext2/ext3/ext4 or btrfs
README 1 See the files in the doc directory for documentation about SYSLINUX:
3 syslinux.txt - Usage instructions; manual.
9 usbkey.txt - About using SYSLINUX on USB keys.
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
29 There is now a mailing list for SYSLINUX. See the end of syslinux.txt
32 SYSLINUX is:
  /external/syslinux/core/
init.c 6 #include <syslinux/memscan.h>
7 #include <syslinux/firmware.h>
  /external/syslinux/txt/
com-derv.txt 4 The *Syslinux* suite contains several boot loader (core) derivatives (variants), currently based solely on the boot media:
6 *SYSLINUX* - Disk (floppy/hard disk) based
10 Prior to v4.00, *SYSLINUX* was only for FAT12/FAT16/FAT32 and another derivative, *EXTLINUX*, was for ext2/ext3 file systems, whose functionality has been merged into *SYSLINUX*.
com-name.txt 5 clearly distinguish different aspects. The moniker "The *Syslinux*
8 particular loader variant such as "*SYSLINUX*" for the standard disk
11 "syslinux-mtools" for the mtools-based installer for *SYSLINUX*.
com-rpt.txt 4 I would appreciate hearing of any problems you have with Syslinux. I
5 would also like to hear from you if you have successfully used Syslinux,
13 There is a mailing list for discussion among Syslinux users and for
17 http://www.zytor.com/mailman/listinfo/syslinux
com-bug.txt 5 http://www.syslinux.org/wiki/index.php/Common_Problems and known
7 http://www.syslinux.org/wiki/index.php/Hardware_Compatibility with
syslinux-cli.txt 1 = syslinux-cli(1) =
12 syslinux-cli - *Syslinux* boot prompt/command line interface
16 *Syslinux*'s boot prompt provides a very simplistic command line
27 <Ctrl-V> display the current Syslinux version
39 At start, the initial working directory for *SYSLINUX*/*ISOLINUX* will
41 configuration file is found, *SYSLINUX* should default to the
53 For kernel-like file names given on the command line, *Syslinux* will
56 .bin[*ISOLINUX* only], .bs[*SYSLINUX* only], .bss[*SYSLINUX* only]
    [all...]
syslinux.txt 1 = syslinux(1) =
12 syslinux - Install SYSLINUX to a file system
17 *syslinux* ['OPTIONS'] 'DEVICE'
19 *syslinux* [-h | --help | -v | --version]
24 Install *SYSLINUX* to the 'DEVICE'/'PATH', altering the boot sector and
29 the Linux installers syslinux and syslinux-mtools, 'DEVICE' should be an
38 Scroll locks are set, *Syslinux* will display a *lilo*(8) -style "boot:"
40 parameters. The *Syslinux* bootloader does not need to know about th
    [all...]
  /external/syslinux/core/fs/lib/
loadconfig.c 8 * Standard version of load_config for extlinux/syslinux filesystems.
10 * This searches for extlinux.conf and syslinux.cfg in the install
18 "/boot/syslinux",
19 "/syslinux",
25 "syslinux.cfg",
  /external/syslinux/com32/include/syslinux/
zio.h 2 * <syslinux/zio.h>
  /external/syslinux/com32/lib/
getcwd.c 6 #include <syslinux/pmapi.h>
  /external/syslinux/com32/samples/
localboot.c 1 #include <syslinux/boot.h>
  /external/syslinux/doc/
building.txt 1 Building Syslinux
3 From Syslinux 6.0 onwards there is support for three different
5 flexibility to build only the firmware they need the Syslinux make
8 The Syslinux make infrastructure understands the following syntax,
36 make O=/tmp/syslinux-obj efi32
38 will build the 32-bit object files under /tmp/syslinux-obj/efi32. If
40 an 'obj' directory in the top-level of the Syslinux source.
  /external/syslinux/man/
syslinux2ansi.1 3 syslinux2ansi \- converts a syslinux-format screen to pc-ansi
9 is a filter which converts a screen formatted for syslinux to one
18 I would appreciate hearing of any problems you have with SYSLINUX. I
19 would also like to hear from you if you have successfully used SYSLINUX,
27 There is a mailing list for discussion among SYSLINUX users and for
31 .B subscribe syslinux
34 syslinux@linux.kernel.org.
36 .BR syslinux(1),
  /external/syslinux/diag/
README 1 Diagnostic tools and images to assist with troubleshooting Syslinux-related issues. See README in each directory for more details.
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.elf 
  /external/syslinux/efi32/com32/elflink/ldlinux/
ldlinux.elf 
  /external/syslinux/mk/
lib.mk 3 include $(MAKEDIR)/syslinux.mk
109 syslinux/disk.o \
111 syslinux/setup_data.o
124 syslinux/idle.o \
149 syslinux/serial.o
152 syslinux/addlist.o syslinux/freelist.o syslinux/memmap.o \
153 syslinux/movebits.o syslinux/shuffle.o syslinux/shuffle_pm.o
    [all...]
  /external/syslinux/mtools/
Makefile 1 include $(MAKEDIR)/syslinux.mk
8 SRCS = syslinux.c \
29 -rm -f syslinux
34 installer: syslinux
36 syslinux: $(OBJS)
40 $(STRIP) syslinux
  /external/syslinux/linux/
Makefile 17 include $(MAKEDIR)/syslinux.mk
24 SRCS = syslinux.c \
46 -rm -f syslinux syslinux-nomtools
51 installer: syslinux syslinux-nomtools
53 syslinux: $(OBJS)
56 syslinux-nomtools: syslinux
60 $(STRIP) syslinux syslinux-nomtool
    [all...]
  /external/syslinux/com32/lib/sys/
sleep.c 7 #include <syslinux/idle.h>
  /external/syslinux/com32/modules/
reboot.c 1 #include <syslinux/reboot.h>

Completed in 1080 milliseconds

1 2 3 4 5 6 7 8 91011>>