From: H. Peter Anvin Date: Mon, 9 Mar 2009 05:56:28 +0000 (-0700) Subject: MEMDISK: adjust descriptor table limit X-Git-Tag: syslinux-3.74-pre11~1^2~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d53c3f6140f108ce7fad0eaa5a69708082416d41;p=platform%2Fupstream%2Fsyslinux.git 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. --- diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc index 8fa7dc0..eae5e19 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