summaryrefslogtreecommitdiff
path: root/bcopy32.inc
diff options
context:
space:
mode:
authorhpa <hpa>2004-12-17 07:57:32 +0000
committerhpa <hpa>2004-12-17 07:57:32 +0000
commit89d4a08e6df3062b3aaf302c3f41e54150aaced0 (patch)
tree2ec1e83cc4975a3091b419b3fec71c5f324a128f /bcopy32.inc
parent49378a236262c352087afc5df91007aa769a9fda (diff)
downloadsyslinux-89d4a08e6df3062b3aaf302c3f41e54150aaced0.tar.gz
Fix the use of MAC handling in pxelinux; fix copy_over_selfsyslinux-2.20-pre4
Diffstat (limited to 'bcopy32.inc')
-rw-r--r--bcopy32.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/bcopy32.inc b/bcopy32.inc
index ae4f8d0e..3bd2ca9f 100644
--- a/bcopy32.inc
+++ b/bcopy32.inc
@@ -1,7 +1,7 @@
;; $Id$
;; -----------------------------------------------------------------------
;;
-;; Copyright 1994-2002 H. Peter Anvin - All Rights Reserved
+;; Copyright 1994-2004 H. Peter Anvin - All Rights Reserved
;;
;; This program is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
@@ -393,7 +393,7 @@ try_wbinvd:
; ESI, EDI, ECX - same as bcopy
; On stack - initial state (fd, ad, ds, es, fs, gs)
;
-%define ADJUST (__bcopy_start - $$) - BSS_START
+ADJUST equ (__bcopy_start - $$) + 7C00h - BSS_START
align 2
adjlist dw bcopy_gdt.adj1 - ADJUST