From fb670ca5f21b775de2f67314cefb0ab6d6bfcb56 Mon Sep 17 00:00:00 2001 From: hpa Date: Fri, 29 Apr 2005 06:05:52 +0000 Subject: Use the correct register --- memdisk/memdisk.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/memdisk/memdisk.asm b/memdisk/memdisk.asm index fc2c736c..fca9aad5 100644 --- a/memdisk/memdisk.asm +++ b/memdisk/memdisk.asm @@ -519,8 +519,8 @@ bcopy: ; DX has the appropriate value to put in ; the registers on return - mov ds,bx - mov es,bx + mov ds,dx + mov es,dx and al,~01h mov cr0,eax -- cgit v1.2.1