aboutsummaryrefslogtreecommitdiffstats
path: root/core/diskstart.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2010-01-21 21:36:07 -0800
committerH. Peter Anvin <hpa@zytor.com>2010-01-21 21:36:07 -0800
commit10bc1d024e41c545ddd2a820e6da656e4f4b0f4b (patch)
tree047df8a7e4aabe886e150c708750b4adefcd498a /core/diskstart.inc
parent8739796206f1a69880ed3a223f3a108e050292f8 (diff)
downloadsyslinux-10bc1d024e41c545ddd2a820e6da656e4f4b0f4b.tar.gz
core/diskstart: we don't have 64-bit partition offset just yet...
We don't actually have a way to receive a 64-bit partition offset yet, so don't pretend to (on FAT, this field contains other information.) Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/diskstart.inc')
-rw-r--r--core/diskstart.inc4
1 files changed, 3 insertions, 1 deletions
diff --git a/core/diskstart.inc b/core/diskstart.inc
index 8bb4f78a..dfc7f8cb 100644
--- a/core/diskstart.inc
+++ b/core/diskstart.inc
@@ -725,7 +725,9 @@ expand_super:
movzx dx,byte [DriveNumber]
; DH = 0: we are boot from disk not CDROM
mov ecx,[bsHidden]
- mov ebx,[bsHidden+4]
+ ; Reserved for upper 32 bits of partition offset...
+ ; mov ebx,[bsHidden+4]
+ xor ebx,ebx
mov si,[bsHeads]
mov di,[bsSecPerTrack]
pm_call fs_init