diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 17:39:55 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 17:39:55 -0700 |
commit | 3d7c434a87c512c64c78df32f1b548cd502b61f3 (patch) | |
tree | 3418239bcc858ef50cefe1ef2e1c9e5224906144 /mbr/mbr.S | |
parent | b033154be62ec4ebd5831e09241af7f7971a7da1 (diff) | |
download | syslinux-elf-3d7c434a87c512c64c78df32f1b548cd502b61f3.tar.gz syslinux-elf-3d7c434a87c512c64c78df32f1b548cd502b61f3.tar.xz syslinux-elf-3d7c434a87c512c64c78df32f1b548cd502b61f3.zip |
MBR: one more comment
Comments are good...
Diffstat (limited to 'mbr/mbr.S')
-rw-r--r-- | mbr/mbr.S | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |