search for: end_cyl

Displaying 1 result from an estimated 1 matches for "end_cyl".

Did you mean: end_cli
2007 Oct 17
3
Adding a "boot from local hard disk" option to syslinux menu, booted from USB
...* Actually read the boot sector */ /* Pick the first buffer that isn't already in use */ boot_sector = (char *)(((unsigned long)partinfo + 511) & ~511); sprintf(logs, "partinfo: active_flag %d, start_head %d, start_sect %d, start_cyl %d, ostype %d, end_head %d, end_sect %d, end_cyl %d, start_lba %d, length %d, boot_sector %s\n", partinfo->active_flag, partinfo->start_head, partinfo->start_sect, partinfo->start_cyl, partinfo->ostype, partinfo->end_head, partinfo->end_sect, partinfo->end_cyl, partinfo->start_lba, partinfo->length, boot_sector)...