summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJarrod Johnson2010-11-13 01:10:35 +0100
committerMichael Brown2010-11-13 01:13:34 +0100
commit4526f431d70256e1948d36f1384853cfe7a812f0 (patch)
tree508aa5bdd1b07fb180d77d5016cff7cd18f3cc72
parent[forcedeth] Exit poll() as early as possible if no work to do (diff)
downloadipxe-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>
-rw-r--r--src/arch/i386/include/bzimage.h2
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 */