]> git.ipfire.org Git - thirdparty/ipxe.git/commitdiff
[bzimage] Increase maximum command-line size to 0x7ff
authorJarrod Johnson <jarrod.b.johnson@gmail.com>
Sat, 13 Nov 2010 00:10:35 +0000 (00:10 +0000)
committerMichael Brown <mcb30@ipxe.org>
Sat, 13 Nov 2010 00:13:34 +0000 (00:13 +0000)
Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/i386/include/bzimage.h

index ccf8e353acfad33cf559a4539734573e8f4ef831..7e42e31881de6151dd10ef68b60c2e23f2291c93 100644 (file)
@@ -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 */