search for: bios_int1

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

Did you mean: bios_int13
2009 Sep 12
1
[PATCH] Let MEMDISK honor the quiet append option
...ipment byte says count = %d, go with that\n", + bios_drives); pptr->drivecnt = bios_drives; } } @@ -1111,16 +1134,18 @@ } /* Install the interrupt handlers */ - printf("old: int13 = %08x int15 = %08x int1e = %08x\n", - rdz_32(BIOS_INT13), rdz_32(BIOS_INT15), rdz_32(BIOS_INT1E)); + if (!quiet) + printf("old: int13 = %08x int15 = %08x int1e = %08x\n", + rdz_32(BIOS_INT13), rdz_32(BIOS_INT15), rdz_32(BIOS_INT1E)); wrz_32(BIOS_INT13, driverptr + hptr->int13_offs); wrz_32(BIOS_INT15, driverpt...