search for: 7af3fde

Displaying 1 result from an estimated 1 matches for "7af3fde".

Did you mean: 73f3fbe
2012 May 26
2
[PATCH] Update diag/mbr instruction to match the current filename.
...into the partition: echo -en "\0353\0130\0220" |dd conv=notrunc bs=1 count=3 of=/dev/hda1 - dd conv=notrunc bs=2 count=210 seek=45 if=mbr.bin of=/dev/hda1 + dd conv=notrunc bs=2 count=210 seek=45 if=handoff.bin of=/dev/hda1 diff --git a/diag/mbr/handoff.S b/diag/mbr/handoff.S index 7af3fde..ab8582b 100644 --- a/diag/mbr/handoff.S +++ b/diag/mbr/handoff.S @@ -43,11 +43,11 @@ * Install instructions (assuming your target is /dev/dev; file or block device): * * MBR: - * dd conv=notrunc bs=440 count=1 if=mbr_ho.bin of=/dev/dev + * dd conv=notrunc bs=440 count=1 if=handoff.bin of=/de...