Searched refs:BACKUP_BOOT_SECTOR (Results 1 – 1 of 1) sorted by relevance
43 #define BACKUP_BOOT_SECTOR 6 macro147 …POKES( boot + 0x32, BACKUP_BOOT_SECTOR ); /* sector number of a copy of this boot sector */ in boot_sector_init()303 if ( BACKUP_BOOT_SECTOR > 0 ) { in main()304 if ( write_empty( f, BACKUP_BOOT_SECTOR - 2 ) ) goto FailWrite; in main()307 if ( write_empty( f, RESERVED_SECTORS - 2 - BACKUP_BOOT_SECTOR ) ) goto FailWrite; in main()