Displaying 1 result from an estimated 1 matches for "endds".
Did you mean:
ends
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...case, I would really appreciate if
someone can let me know if what I want to do is
possible at all with syslinux; and possibly how to do
it...
Thanks,
Cheers
///
int main(int argc, char *argv[])
{
char *mbr, *boot_sector = NULL;
struct part_entry *partinfo;
char *drivename, *partition, *endds, *endps,
*waittotals;
int hd, drive, whichpart;
static com32sys_t inreg; /* In bss, so zeroed
automatically */
int idd, idp, endd, endp;
FILE *f;
char *log = "/chsdlog.txt";
char logsc[1024];
char *logs = &logsc;
char logrc[10240];
char *logr = &logrc;
char in...