From: Miller, Shao Date: Sun, 2 Aug 2009 05:33:36 +0000 (-0400) Subject: MEMDISK: additional EDD DPT Fields X-Git-Tag: syslinux-3.83-pre6~2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d655fa0bc3a9d817df253d4f67bb92da20ef741a;p=platform%2Fupstream%2Fsyslinux.git MEMDISK: additional EDD DPT Fields We incorrectly used "equ" instead of "dd" (or "db") for strings in memdisk.inc. Oops! My mistake in my 'freedos' branch. Silly mistake. - Shao --- diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc index cfba2df..c7eb9f1 100644 --- a/memdisk/memdisk.inc +++ b/memdisk/memdisk.inc @@ -1006,8 +1006,8 @@ EDD_DPT: .dpilen db 2ch ; DPI len .res1 db 0 ; Reserved .res2 dw 0 ; Reserved -.bustype equ 'MEM ' ; Host bus type (4 bytes, space padded) -.inttype equ 'MEMORY ' ; Interface type (8 bytes, spc. padded) +.bustype dd 'MEM ' ; Host bus type (4 bytes, space padded) +.inttype dd 'MEMORY ' ; Interface type (8 bytes, spc. padded) .intpath dd 0, 0 ; Interface path .devpath dd 0, 0, 0, 0 ; Device path .res3 db 0 ; Reserved