Displaying 1 result from an estimated 1 matches for "ab8582b".
2012 May 26
2
[PATCH] Update diag/mbr instruction to match the current filename.
...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=/dev/dev
*...