Displaying 2 results from an estimated 2 matches for "chkerr".
Did you mean:
ch_err
2011 Feb 24
1
[PATCH][git-pull] Reminders
.... The list is also expanded to complete the
permutations.
Branch handoff_mbr_for_hpa introduced a new MBR/VBR to show the
handoff parameters. HPA: Should this be moved to diag/ (I'm putting
my geometry display code in a subdirectory there; still prepping for a
branch)?
Branch core-diskstart-chkerr-for-hpa fixes DS in the (future)
situation that copying ldlinux.sys results in DS not being 0. Segment
0 contains the error message string we need in case of failure and DS
!=0 would prevent this error message from properly displaying.
Branch diskboot-comment-for-hpa adds some comments to diskboo...
2010 Dec 31
0
[PATCH][git-pull] core/diskstart.inc: Fix DS in verify_checksum
git://git.zytor.com/users/genec/syslinux.git
Branch core-diskstart-chkerr-for-hpa
verify_checksum is built to allow for segment wrap (ldlinux.sys larger
than 33280 bytes if my math is right). If the wrap occurs, DS is no
longer 0. If there's a checksum error after DS is no longer 0, it
won't be able print checksumerr_msg properly.
2 commits: 1 to make the fix...