| /external/syslinux/dos/ |
| ldlinux.S | 2 * Wrap ldlinux.sys and ldlinux.c32; this needs special handling for DOS. 9 .incbin "../core/ldlinux.sys" 15 .incbin "../com32/elflink/ldlinux/ldlinux.c32"
|
| Makefile | 38 OBJS = header.o crt0.o ldlinux.o \ 77 ldlinux.o: ldlinux.S $(OBJ)/../core/ldlinux.sys
|
| syslinux.c | 86 die("cannot open ldlinux.sys"); 117 warning("cannot move ldlinux.sys"); 617 static char ldlinux_name[] = "@:\\ldlinux.sys"; 618 static char ldlinuxc32_name[] = "@:\\ldlinux.c32"; 704 ldlinux_cluster = libfat_searchdir(fs, 0, "LDLINUX SYS", NULL); 716 * If requested, move ldlinux.sys 719 move_file(dev_fd, ldlinux_name, "ldlinux.sys"); 720 move_file(dev_fd, ldlinuxc32_name, "ldlinux.c32"); 724 * Patch ldlinux.sys and the boot sector 730 * Overwrite the now-patched ldlinux.sy [all...] |
| /external/syslinux/com32/ |
| Makefile | 1 SUBDIRS = libupload tools lib elflink/ldlinux gpllib libutil modules mboot \ 16 elflink/ldlinux: lib 21 samples: libutil elflink/ldlinux
|
| /external/syslinux/core/elflink/ |
| load_env32.c | 63 rv = spawn_load(LDLINUX, argc, argv); 67 * unload all the modules loaded since ldlinux.*, 73 * can find LDLINUX it in PATH. 75 struct elf_module *ldlinux; local 78 f = findpath(LDLINUX); 83 ldlinux = unload_modules_since(LDLINUX); 86 * Finally unload LDLINUX. 92 module_unload(ldlinux); 104 char *argv[] = { LDLINUX, NULL } [all...] |
| /external/syslinux/libinstaller/ |
| Makefile | 11 bootsect_bin.c: $(OBJ)/../core/ldlinux.bss bin2c.pl 14 ldlinux_bin.c: $(OBJ)/../core/ldlinux.sys bin2c.pl 25 ldlinuxc32_bin.c: $(OBJ)/../com32/elflink/ldlinux/ldlinux.c32 bin2c.pl
|
| syslinux.h | 28 /* The standard boot sector and ldlinux image */ 59 /* This patches the boot sector and ldlinux.sys based on a sector map */
|
| syslxmod.c | 38 uint32_t addr = 0x8000; /* ldlinux.sys starts loading here */ 96 * This patches the boot sector and the beginning of ldlinux.sys 97 * based on an ldlinux.sys sector map passed in. Typically this is 98 * handled by writing ldlinux.sys, mapping it, and then overwrite it 103 * Returns the number of modified bytes in ldlinux.sys if successful,
|
| /external/syslinux/mtools/ |
| syslinux.c | 288 * Run mtools to create the LDLINUX.SYS file 301 status = system("mattrib -h -r -s s:/ldlinux.sys 2>/dev/null"); 304 mtp = popen("mcopy -D o -D O -o - s:/ldlinux.sys", "w"); 313 die("failed to create ldlinux.sys"); 323 ldlinux_cluster = libfat_searchdir(fs, 0, "LDLINUX SYS", NULL); 334 /* Patch ldlinux.sys and the boot sector */ 339 /* Write the now-patched first sectors of ldlinux.sys */ 346 /* Move ldlinux.sys to the desired location */ 348 status = move_file("ldlinux.sys"); 350 status = system("mattrib +r +h +s s:/ldlinux.sys") [all...] |
| /external/syslinux/efi/ |
| adv.h | 11 #define SYSLINUX_FILE "ldlinux.sys"
|
| adv.c | 185 /* For EFI platform, initialize ADV by opening ldlinux.sys 207 * at ADV initialization. (i.e ldlinux.sys). 222 EFI_FILE_HANDLE fd; /* handle to ldlinux.sys */
|
| /external/syslinux/doc/ |
| distrib.txt | 7 itself (ldlinux.asm) if at all possible. If you do that, I will have 24 obtained from assembling ldlinux.asm and which are included in the
|
| /external/syslinux/win/ |
| syslinux.c | 302 static char ldlinux_name[] = "?:\\ldlinux.sys"; 303 static char ldlinuxc32_name[] = "?:\\ldlinux.c32"; 406 /* Create ldlinux.sys file */ 414 error("Unable to create ldlinux.sys"); 418 /* Write ldlinux.sys file */ 422 error("Could not write ldlinux.sys"); 428 error("Could not write ADV to ldlinux.sys"); 460 error("Could not translate LDLINUX.SYS LCN to disk LBA"); 475 ldlinux_cluster = libfat_searchdir(fs, 0, "LDLINUX SYS", NULL); 488 * Patch ldlinux.sys and the boot secto [all...] |
| /external/syslinux/com32/elflink/ldlinux/ |
| Makefile | 19 OBJS = ldlinux.o cli.o readconfig.o refstr.o colors.o getadv.o adv.o \ 23 BTARGET = $(LDLINUX) 35 ldlinux.elf : $(OBJS)
|
| execute.c | 134 unload_modules_since(LDLINUX); 141 char *argv[] = { LDLINUX, NULL, NULL }; 158 printf("Failed to exec %s: %s\n", LDLINUX, strerror(rv));
|
| /external/syslinux/core/ |
| ldlinux.asm | 4 ; ldlinux.asm
|
| Makefile | 38 ldlinux.bss ldlinux.sys ldlinux.bin \ 74 FILTER_OBJS = %rawcon.o %plaincon.o %pxelinux-c.o %ldlinux-c.o \ 107 -I$(objdir) -DLDLINUX=\"$(LDLINUX)\" 193 libldlinux.a: plaincon.o localboot.o ldlinux-c.o 225 ldlinux.bss: ldlinux.bin 228 ldlinux.sys: ldlinux.bi [all...] |
| /external/syslinux/ |
| Makefile | 129 # The BTARGET refers to objects that are derived from ldlinux.asm; we 145 com32/elflink/ldlinux/*.c32 com32/cmenu/libmenu/*.c32 152 com32/cmenu/libmenu/*.c32 com32/elflink/ldlinux/$(LDLINUX) 258 ARCH=i386 LDLINUX=ldlinux.c32 $(MAKECMDGOALS) 264 ARCH=i386 BITS=32 EFI_BUILD=1 LDLINUX=ldlinux.e32 \ 272 ARCH=x86_64 BITS=64 EFI_BUILD=1 LDLINUX=ldlinux.e64 [all...] |
| /external/syslinux/txt/ |
| syslinux.txt | 25 installing the 'ldlinux.sys' boot loader file. For the Linux installer 46 Please note, the ldlinux.sys boot loader file is flagged as immutable 49 reserved area, like btrfs, will have ldlinux.sys installed there rather 51 file extlinux.sys which versions 4.00 and later installers will replace with ldlinux.sys.
|
| /external/syslinux/mk/ |
| elf.mk | 62 -I$(objdir) -DLDLINUX=\"$(LDLINUX)\" 78 $(objdir)/com32/elflink/ldlinux/ldlinux_lnx.a
|
| efi.mk | 33 -DLDLINUX=\"$(LDLINUX)\" -fvisibility=hidden \
|
| /external/syslinux/linux/ |
| syslinux.c | 229 else if (read_adv(path, "ldlinux.sys") < 0) 235 if (write_adv(path, "ldlinux.sys") < 0) 424 else if (read_adv(ldlinux_path, "ldlinux.sys") < 0) 500 * Patch ldlinux.sys and the boot sector 507 * Write the now-patched first sectors of ldlinux.sys
|
| /external/syslinux/extlinux/ |
| main.c | 84 * and the second one for "ldlinux.sys". 470 /* Let's create LDLINUX.SYS file again (if it already exists, of course) */ 478 /* Write boot image data into LDLINUX.SYS file */ 600 /* btrfs has to install the ldlinux.sys in the first 64K blank area, which 602 since the cow feature of btrfs will move the ldlinux.sys every where */ [all...] |
| /external/syslinux/man/ |
| syslinux.1 | 21 .I ldlinux.sys 169 line, which is output as ldlinux.sys itself is loaded.) \fBsyslinux\fP only loads 329 by the DOS command "type ldlinux.sys". This is also used as the 330 signature for the LDLINUX.SYS file, which must match the boot sector 334 installed automatically sets the readonly attribute on LDLINUX.SYS.
|
| /external/syslinux/bios/com32/samples/ |
| keytest.lnx | |