Make sure we set DF := 0 after returning from a COMBOOT program.
authorhpa <hpa>
Fri, 8 May 1998 00:03:30 +0000 (00:03 +0000)
committerhpa <hpa>
Fri, 8 May 1998 00:03:30 +0000 (00:03 +0000)
ldlinux.asm

index 5482074..c15e9b1 100644 (file)
@@ -2124,6 +2124,7 @@ comboot_return:   cli                     ; Don't trust anyone
                mov ds,ax
                mov es,ax
                sti
+               cld
                jmp short cb_enter
 
 ; Attempted to execute DOS system call
@@ -2134,6 +2135,7 @@ comboot_bogus:    cli                     ; Don't trust anyone
                mov ds,ax
                mov es,ax
                sti
+               cld
                mov si,KernelCName
                call writestr
                mov si,err_notdos