MEMDISK: additional EDD DPT Fields
authorMiller, Shao <Shao.Miller@yrdsb.edu.on.ca>
Sun, 2 Aug 2009 05:33:36 +0000 (01:33 -0400)
committerH. Peter Anvin <hpa@zytor.com>
Sun, 2 Aug 2009 18:12:24 +0000 (11:12 -0700)
We incorrectly used "equ" instead of "dd" (or "db") for strings in
memdisk.inc.  Oops!  My mistake in my 'freedos' branch.  Silly
mistake.  - Shao

memdisk/memdisk.inc

index cfba2df..c7eb9f1 100644 (file)
@@ -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