Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/arch/i386/stand/mbr



Module Name:    src
Committed By:   dsl
Date:           Sun Sep 12 08:41:47 UTC 2004

Modified Files:
        src/sys/arch/i386/stand/mbr: mbr.S

Log Message:
Need %ah == 0 (not 0xff) in order to find the correct partition table entry
when simulating a key press in the non-interactive mbr code.
Fixes bug introduced in rev 1.10 - older versions worked because %ah
happened to be 0!
Fixes PR bin/26919


To generate a diff of this commit:
cvs rdiff -r1.11 -r1.12 src/sys/arch/i386/stand/mbr/mbr.S

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index