From 9e162afc236282e3a2b742d55be984028d644cc2 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Mon, 13 Apr 2009 19:28:20 -0700 Subject: [PATCH] Something slightly saner for DummyTSS DummyTSS should hopefully never be actually used. Signed-off-by: H. Peter Anvin --- core/bcopyxx.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core/bcopyxx.inc b/core/bcopyxx.inc index 5d60b52..8712153 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 -- 2.7.4