Home
last modified time | relevance | path

Searched refs:eltorito (Results 1 – 11 of 11) sorted by relevance

/external/syslinux/dosutil/
Deltorito.txt2 Change log for eltorito.asm, by Bart Lagerweij
35 - Bug fix, when eltorito.sys was called with invalid command line parameters,
37 there since the very first version of eltorito.sys. I know that because I
38 had the bug back then. When loading eltorito.sys using a device loader,
39 for example "device.com eltorito.sys /test:123" garbage was printed instead
44 - If diskemu.bin is loaded eltorito.sys uses the drivenumber from diskemu
47 When diskemu.bin is not loaded, eltorito still loops all drive numbers using eltorito calls.
49 - When the Alt-key is pressed (and holded) more info is printed and eltorito.sys halts
DREADME4 eltorito.sys - Generic El Torito CD-ROM driver
Deltorito.asm34 ; nasm -Ox -f bin -o eltorito.sys eltorito.asm
1088 db 'Usage: device=eltorito.sys /D:<DevName>',CR,0
DMakefile19 NSTARGETS = eltorito.sys copybs.com
/external/syslinux/memdisk/
DMakefile41 memmove.o unzip.o dskprobe.o eltorito.o \
46 CSRC = setup.c msetup.c e820func.c conio.c unzip.c dskprobe.c eltorito.c \
Deltorito.h28 uint8_t eltorito[32]; /* "EL TORITO" etc. */ member
Deltorito.c37 printf("bvd.eltorito: %s\n", bvd->eltorito); in eltorito_dump()
/external/syslinux/gpxe/src/config/
Dconfig.c182 REQUIRE_OBJECT ( eltorito );
/external/syslinux/doc/
Dmemdisk.txt157 dosutil/eltorito.txt for more information.
Dchain.txt272 -eltorito-alt-boot parameter of mkisofs, when you want more than one ISOLINUX
/external/syslinux/
DNEWS463 * eltorito.sys: DOS driver for generic CD-ROMs; by Gary Tong