Oops! My mistake in my 'freedos' branch. Silly mistake. - Shao diff --git a/memdisk/memdisk.inc b/memdisk/memdisk.inc index 237e020..9c19b58 100644 --- a/memdisk/memdisk.inc +++ b/memdisk/memdisk.inc @@ -980,8 +980,9 @@ 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 'MEMO' + dd 'RY ' ; Interface type (8 bytes, spc. padded) .intpath dd 0, 0 ; Interface path .devpath dd 0, 0, 0, 0 ; Device path .res3 db 0 ; Reserved -------------- next part -------------- A non-text attachment was scrubbed... Name: dpi_correction.patch Type: application/octet-stream Size: 835 bytes Desc: dpi_correction.patch URL: <http://www.zytor.com/pipermail/syslinux/attachments/20090802/e003dccd/attachment.obj>