summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-19 04:25:37 +0000
committerhpa <hpa>2005-08-19 04:25:37 +0000
commitfdd08de210fb16faf189dfa4e131e48c82d38836 (patch)
tree62c87537bc83c9a5b088a3e9f069776a40377690
parent81edb719571d9df2cdc721cc7144e6b06b464c76 (diff)
downloadsyslinux-fdd08de210fb16faf189dfa4e131e48c82d38836.tar.gz
Enable stack-switching modesyslinux-3.10-pre13
-rw-r--r--pxelinux.asm2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxelinux.asm b/pxelinux.asm
index 0af25a34..db6061f9 100644
--- a/pxelinux.asm
+++ b/pxelinux.asm
@@ -52,7 +52,7 @@ TFTP_LARGEBLK equ (TFTP_MTU-20-8-4) ; MTU - IP hdr - UDP hdr - TFTP hdr
; Standard TFTP block size
TFTP_BLOCKSIZE_LG2 equ 9 ; log2(bytes/block)
TFTP_BLOCKSIZE equ (1 << TFTP_BLOCKSIZE_LG2)
-%assign USE_PXE_PROVIDED_STACK 1 ; Use stack provided by PXE?
+%assign USE_PXE_PROVIDED_STACK 0 ; Use stack provided by PXE?
SECTOR_SHIFT equ TFTP_BLOCKSIZE_LG2
SECTOR_SIZE equ TFTP_BLOCKSIZE