summaryrefslogtreecommitdiff
path: root/parseconfig.inc
diff options
context:
space:
mode:
authorhpa <hpa>2005-08-20 00:24:21 +0000
committerhpa <hpa>2005-08-20 00:24:21 +0000
commitd3dd0c5a66fde387207b5ab2c21f406e20280037 (patch)
treef404890474034e76219a65f0faa9bc17b39be02e /parseconfig.inc
parentfdd08de210fb16faf189dfa4e131e48c82d38836 (diff)
downloadsyslinux-d3dd0c5a66fde387207b5ab2c21f406e20280037.tar.gz
Reorganize memory so we don't have to relocate pxelinux and have more
stack for extlinux; add tool to check for section overflow.
Diffstat (limited to 'parseconfig.inc')
-rw-r--r--parseconfig.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/parseconfig.inc b/parseconfig.inc
index 32e84beb..30fd5443 100644
--- a/parseconfig.inc
+++ b/parseconfig.inc
@@ -359,7 +359,7 @@ SerialPort dw 0 ; Serial port base (or 0 for no serial port)
VKernelBytes dw 0 ; Number of bytes used by vkernels
VKernel db 0 ; Have we seen any "label" statements?
- section .bss
+ section .latebss
alignb 4 ; For the good of REP MOVSD
command_line resb max_cmd_len+2 ; Command line buffer
alignb 4