search for: drivecnt

Displaying 1 result from an estimated 1 matches for "drivecnt".

Did you mean: divecot
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...ass") != CMD_NOTFOUND) { /* nopass specified - we're the only drive by definition */ - printf("nopass specified - we're the only drive\n"); + if (!quiet) + printf("nopass specified - we're the only drive\n"); bios_drives = 0; pptr->drivecnt = 0; pptr->oldint13 = driverptr + hptr->iret_offs; @@ -1023,12 +1043,14 @@ /* Note: per suggestion from the Interrupt List, consider INT 13 08 to have failed if the sector count in CL is zero. */ if ((regs.eflags.l & 1) || !(regs.ecx.b[0] & 0x3f)) { - pri...