MAXCYL
if (dos_cylinders > MAXCYL || dos_heads > MAXHEAD ||
c1 = MAXCYL - 1;
if (c1 >= MAXCYL - 2)
if (xcylinders > MAXCYL)
dos_cylinders = MAXCYL;
dos_cylinders, 0, 0, MAXCYL);
else if (dos_cylinders > MAXCYL - 1)
dos_cylinders = MAXCYL - 1;
if (b_cyl > MAXCYL)
b_cyl = MAXCYL;
if (c1 >= MAXCYL - 1)
*cyl = MIN(xcylinders, MAXCYL);
if (ncyl > MAXCYL)
ncyl = MAXCYL;
if (bcyl > MAXCYL)
bcyl = MAXCYL;
if (tcyl > MAXCYL)
tcyl = MAXCYL;
if (xcylinders > MAXCYL || xheads > MAXHEAD || xsectors > MAXSECTOR) {
if (xcylinders > MAXCYL)
xcylinders = MAXCYL;