summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2002-06-15 01:44:43 +0000
committerhpa <hpa>2002-06-15 01:44:43 +0000
commitc39989141a384c87b385e03e7e424c1900cd6315 (patch)
tree1d009d6f6fd6b09c9aa20a0ae2c8e5057a181b19
parent40a118f9cce6499a2df85267681cc0cbc1673720 (diff)
downloadsyslinux-1.75-pre9.tar.gz
Actually set the KeepPXE flag correctly if requested...syslinux-1.75-pre9
-rw-r--r--runkernel.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/runkernel.inc b/runkernel.inc
index cb43c044..7b889208 100644
--- a/runkernel.inc
+++ b/runkernel.inc
@@ -226,7 +226,7 @@ get_next_opt: lodsb
jne .notkeep
cmp byte [si+7],' ' ; Must be whitespace or EOS
ja .notkeep
- mov byte [KeepPXE],1
+ or byte [cs:KeepPXE],1
.notkeep:
%endif
push es ; Save ES -> real_mode_seg