summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiller, Shao <Shao.Miller@yrdsb.edu.on.ca>2009-08-02 01:33:36 -0400
committerH. Peter Anvin <hpa@zytor.com>2009-08-02 11:12:24 -0700
commitd655fa0bc3a9d817df253d4f67bb92da20ef741a (patch)
tree28656bba20f629efd2a3c7f7c4e243fafa793a69
parent41909771e1bafa89f316d3cd75d3b3be4c9e56be (diff)
downloadsyslinux-d655fa0bc3a9d817df253d4f67bb92da20ef741a.tar.gz
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
-rw-r--r--memdisk/memdisk.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc
index cfba2dfc..c7eb9f1a 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