fdisk.c | 2310 int tsector, tcylinder, thead; local in function:change_part 2313 thead = partp->mbrp_shd; 2317 thead = decimal("beginning head", 2318 thead, 0, 0, dos_heads - 1); 2322 partp->mbrp_shd = thead; 2326 thead = partp->mbrp_ehd; 2330 thead = decimal("ending head", 2331 thead, 0, 0, dos_heads - 1); 2335 partp->mbrp_ehd = thead;
|