diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 15:46:52 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-07-11 15:46:52 -0700 |
commit | 65fface6fa2e0791859ea397774fdcfe86663de8 (patch) | |
tree | 4fe45457c10dd6233c5892b8fbe5840b5317d89e /mbr/mbr.S | |
parent | 1d5d9461937c5f6a117012ea5fdafbf585a1d6fe (diff) | |
download | syslinux-65fface6fa2e0791859ea397774fdcfe86663de8.tar.gz |
One more MBR byte...
Diffstat (limited to 'mbr/mbr.S')
-rw-r--r-- | mbr/mbr.S | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -99,7 +99,7 @@ next: pushw %ax /* Save sectors/cylinder on the stack */ xorl %eax, %eax /* Base */ - xorl %edx, %edx /* Root: %edx <- 0 */ + cdq /* Root (%edx <- 0) */ call scan_partition_table /* If we get here, we have no OS */ |