MBR: one more comment
authorH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jul 2007 00:39:55 +0000 (17:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Thu, 12 Jul 2007 00:39:55 +0000 (17:39 -0700)
Comments are good...

mbr/mbr.S

index 424c46d..d2e7d0f 100644 (file)
--- a/mbr/mbr.S
+++ b/mbr/mbr.S
@@ -128,6 +128,7 @@ read_sector:
 
        /* This chunk is skipped if we have ebios */
        /* Do not clobber %eax before this chunk! */
+       /* This also relies on %bx and %edx as set up above. */
 read_sector_cbios:
        divl    (secpercyl)
        shlb    $6, %ah