Parcourir la source

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Jarrod Johnson il y a 13 ans
Parent
révision
4526f431d7
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/arch/i386/include/bzimage.h

+ 1
- 1
src/arch/i386/include/bzimage.h Voir le fichier

@@ -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 */

Chargement…
Annuler
Enregistrer