summaryrefslogtreecommitdiff
path: root/memdisk/memdisk.inc
diff options
context:
space:
mode:
authorH. Peter Anvin <hpa@zytor.com>2009-03-08 22:56:28 -0700
committerH. Peter Anvin <hpa@zytor.com>2009-03-08 22:56:28 -0700
commitd53c3f6140f108ce7fad0eaa5a69708082416d41 (patch)
treefd882e5e889ca0b8f38771e4d1cde8ac64bc2b93 /memdisk/memdisk.inc
parent168174176a3daed67ffabdb8e7ef56b81ca2e63b (diff)
downloadsyslinux-d53c3f6140f108ce7fad0eaa5a69708082416d41.tar.gz
MEMDISK: adjust descriptor table limit
The descriptor table limit was off by one. Not that it matters, but be picky about these sort of things.
Diffstat (limited to 'memdisk/memdisk.inc')
-rw-r--r--memdisk/memdisk.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index 8fa7dc02..eae5e191 100644
--- a/memdisk/memdisk.inc
+++ b/memdisk/memdisk.inc
@@ -878,7 +878,7 @@ Int13FuncsCnt equ (Int13FuncsEnd-Int13Funcs) >> 1
alignb 8, db 0
-Shaker dw ShakerEnd-$
+Shaker dw ShakerEnd-$-1 ; Descriptor table limit
dd 0 ; Pointer to self
dw 0