diff options
| author | Jarrod Johnson | 2010-11-13 01:10:35 +0100 |
|---|---|---|
| committer | Michael Brown | 2010-11-13 01:13:34 +0100 |
| commit | 4526f431d70256e1948d36f1384853cfe7a812f0 (patch) | |
| tree | 508aa5bdd1b07fb180d77d5016cff7cd18f3cc72 /src | |
| parent | [forcedeth] Exit poll() as early as possible if no work to do (diff) | |
| download | ipxe-4526f431d70256e1948d36f1384853cfe7a812f0.tar.gz ipxe-4526f431d70256e1948d36f1384853cfe7a812f0.tar.xz ipxe-4526f431d70256e1948d36f1384853cfe7a812f0.zip | |
[bzimage] Increase maximum command-line size to 0x7ff
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src')
| -rw-r--r-- | src/arch/i386/include/bzimage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/arch/i386/include/bzimage.h b/src/arch/i386/include/bzimage.h index ccf8e353a..7e42e3188 100644 --- a/src/arch/i386/include/bzimage.h +++ b/src/arch/i386/include/bzimage.h @@ -137,6 +137,6 @@ struct bzimage_cmdline { #define BZI_STACK_SIZE 0x1000 /** Maximum size of command line */ -#define BZI_CMDLINE_SIZE 0x100 +#define BZI_CMDLINE_SIZE 0x7ff #endif /* _BZIMAGE_H */ |
