Explorar el Código

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

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Jarrod Johnson hace 13 años
padre
commit
4526f431d7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/arch/i386/include/bzimage.h

+ 1
- 1
src/arch/i386/include/bzimage.h Ver fichero

@@ -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…
Cancelar
Guardar