first_sector
stage2->first_sector);
= install->stage2.first_sector;
stage2->first_sector = device->start_sector + blocklist[0];
BOOT_DEBUG("stage2 first sector: %d\n", stage2->first_sector);
stage2->first_sector = device->start_sector +
BOOT_DEBUG("stage2 first sector: %d\n", stage2->first_sector);
stage2->first_sector + 1;
uint32_t first_sector;
char *first_sector;
first_sector = zalloc(cur_blksz);
1, first_sector, F_SILENT, NULL);
free(first_sector);
u_longlong_t first_sector, u_longlong_t sector_count,
partition, tag, flag, first_sector, sector_count, last_sector);
#define FIRST_SECTOR ((struct first_sector *) FSYS_BUF)