HomeSort by relevance Sort by last modified time
    Searched refs:cmldr (Results 1 - 3 of 3) sorted by null

  /external/syslinux/com32/chain/
options.h 55 bool cmldr; member in struct:options
mangle.c 421 if (!(opt.sect && opt.cmldr))
options.c 147 " cmldr=<loader> Load Recovery Console of Windows NT/2K/XP/2003",
233 } else if (!strncmp(argv[i], "cmldr=", 6)) {
234 opt.fseg = 0x2000; /* CMLDR wants this address */
238 opt.cmldr = true;

Completed in 97 milliseconds