Searched refs:new_mboot (Results 1 – 1 of 1) sorted by relevance
38 static char new_mboot[SECTOR_SIZE]; variable92 if (fd == -1 || read(fd, new_mboot, SECTOR_SIZE) != SECTOR_SIZE) { in main()149 bcopy((void *)new_mboot, (void *)boot_sect, BOOTSZ); in main()