Browse Source

[bzimage] Increase maximum command-line size to 0x7ff

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Jarrod Johnson 13 years ago
parent
commit
4526f431d7
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/arch/i386/include/bzimage.h

+ 1
- 1
src/arch/i386/include/bzimage.h View File

@@ -137,6 +137,6 @@ struct bzimage_cmdline {
137 137
 #define BZI_STACK_SIZE 0x1000
138 138
 
139 139
 /** Maximum size of command line */
140
-#define BZI_CMDLINE_SIZE 0x100
140
+#define BZI_CMDLINE_SIZE 0x7ff
141 141
 
142 142
 #endif /* _BZIMAGE_H */

Loading…
Cancel
Save