TJ
2009-Mar-30 12:28 UTC
[syslinux] [PATCH 0/1] v2 Add Diagnostic MBR for trouble-shooting
Changes: * Fix [C]HS indicator over-write (was showing '5' not 'C') * Use 0xDEAD as magic-bytes filler to make it clear when read_sector didn't replace it * Improvements to commentary and description. TJ (1): Add Diagnostic MBR for trouble-shooting mbr/Makefile | 6 +- mbr/mbr-diag.S | 372 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 377 insertions(+), 1 deletions(-) create mode 100644 mbr/mbr-diag.S
Possibly Parallel Threads
- [PATCH 1/1] v3: Add Diagnostic MBR for trouble-shooting BIOS boot-order problems.
- [PATCH 0/1] v3: Add Diagnostic MBR for trouble-shooting
- [PATCH 1/1] v2 Add Diagnostic MBR for trouble-shooting
- [PATCH 0/1] Add Diagnostic MBR for trouble-shooting
- [PATCH 1/1] Add Diagnostic MBR for trouble-shooting