diff options
| author | H. Peter Anvin <hpa@zytor.com> | 2009-07-28 20:19:14 -0700 |
|---|---|---|
| committer | H. Peter Anvin <hpa@zytor.com> | 2009-07-28 20:20:16 -0700 |
| commit | 3cdc491e358508621ce19d851f148aa2932b87bf (patch) | |
| tree | 9292e9b52b49adb1b0a071db046085187c6d5652 /core/parsecmd.inc | |
| parent | f4b44a7b44faf9bcc345153f3ba23cabc68135da (diff) | |
| download | syslinux-3.83-pre2.tar.gz | |
PXELINUX: allow filenames up to 251 characters longsyslinux-3.83-pre2
At least one users really need this, so be nice and provide it...
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to 'core/parsecmd.inc')
| -rw-r--r-- | core/parsecmd.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/parsecmd.inc b/core/parsecmd.inc index e63c205e..1ddd5a0e 100644 --- a/core/parsecmd.inc +++ b/core/parsecmd.inc @@ -117,6 +117,8 @@ VKernelBuf: resb vk_size ; "Current" vkernel AppendBuf resb max_cmd_len+1 ; append= Ontimeout resb max_cmd_len+1 ; ontimeout Onerror resb max_cmd_len+1 ; onerror + ; This could be in .uibss but that makes PXELINUX overflow + section .bss KbdMap resb 256 ; Keyboard map FKeyName resb MAX_FKEYS*FILENAME_MAX ; File names for F-key help KernelCNameLen resw 1 ; Length of unmangled kernel name |
