summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-04-13 19:28:20 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-04-13 19:28:20 -0700
commit9e162afc236282e3a2b742d55be984028d644cc2 (patch)
treeb0c3b088b0ee3e2fd58e429f2a4f0b4a1ea9d435 /core
parent41f9108142c78bceb32815b4c0aeea5ce77a65fa (diff)
downloadsyslinux-9e162afc236282e3a2b742d55be984028d644cc2.tar.gz
Something slightly saner for DummyTSS
DummyTSS should hopefully never be actually used. Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core')
-rw-r--r--core/bcopyxx.inc6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/bcopyxx.inc b/core/bcopyxx.inc
index 5d60b529..87121532 100644
--- a/core/bcopyxx.inc
+++ b/core/bcopyxx.inc
@@ -299,10 +299,10 @@ bcopyxx_safe equ bcopyxx_len + bcopyxx_stack
;
; Space for a dummy task state segment. It should never be actually
-; accessed, but just in case it is, point to a chunk of memory not used
-; for anything real.
+; accessed, but just in case it is, point to a chunk of memory that
+; has a chance to not be used for anything real...
;
-DummyTSS equ 0x800
+DummyTSS equ 0x580
bits 16
section .text