diff options
-rw-r--r-- | bootsect.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bootsect.inc b/bootsect.inc index 66e1886a..a2137ecf 100644 --- a/bootsect.inc +++ b/bootsect.inc @@ -136,7 +136,7 @@ replace_bootstrap: mov [es:di+12],esi ; New ESI mov [es:di+6],bx ; New DS -%ifndef IS_PXELINUX +%if IS_PXELINUX == 0 ; DON'T DO THIS FOR PXELINUX... ; For PXE, ES:BX -> PXENV+, and this would corrupt ; that use. |