diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 16:39:25 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 16:39:25 -0700 |
commit | 6723c3226ef2394c2fc52b8b2754181ca578cf33 (patch) | |
tree | 726230f7815548cca9ec9ecb0fa8f0b580e2adf2 /mbr | |
parent | ea75b2912f47ccfd922a2399fe8a7dfdb793f26a (diff) | |
download | syslinux-elf-6723c3226ef2394c2fc52b8b2754181ca578cf33.tar.gz syslinux-elf-6723c3226ef2394c2fc52b8b2754181ca578cf33.tar.xz syslinux-elf-6723c3226ef2394c2fc52b8b2754181ca578cf33.zip |
One more MBR byte
Diffstat (limited to 'mbr')
-rw-r--r-- | mbr/mbr.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,8 +122,8 @@ read_sector_cbios: xchgw %dx, %ax divb (sectors) movb %al, %dh - incb %ah orb %ah, %cl + incw %cx /* Sectors are 1-based */ movw $0x0201, %ax jmp read_common read_sector_ebios: |