From 275f21f7d92f377d15a821c217667c54e788e8bd Mon Sep 17 00:00:00 2001 From: hpa Date: Sun, 26 Sep 1999 07:49:34 +0000 Subject: [PATCH] memory_scan_* reports results in CF not ZF --- pxelinux.asm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pxelinux.asm b/pxelinux.asm index c6369c6..73bcfb1 100644 --- a/pxelinux.asm +++ b/pxelinux.asm @@ -449,7 +449,7 @@ have_pxenv: ; Nope, !PXE structure missing despite API 2.1+, or at least ; the pointer is missing. Do a last-ditch attempt to find it. call memory_scan_for_pxe_struct - jne have_pxe + jnc have_pxe ; Otherwise, no dice, use PXENV+ structure mov bx,si -- 2.7.4