Home | History | Annotate | Download | only in memdisk

Lines Matching refs:bios_drives

776     int bios_drives;
1054 bios_drives = 0;
1062 bios_drives = 0;
1088 bios_drives = rdz_8(BIOS_HD_COUNT);
1093 bios_drives = (equip >> 6) + 1;
1095 bios_drives = 0;
1098 if (pptr->drivecnt > bios_drives) {
1100 bios_drives);
1101 pptr->drivecnt = bios_drives;