mirror of
https://github.com/ipxe/ipxe
synced 2026-02-14 02:31:26 +03:00
[bzimage] Increase maximum command-line size to 0x7ff
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
committed by
Michael Brown
parent
06dbe701bb
commit
4526f431d7
@@ -137,6 +137,6 @@ struct bzimage_cmdline {
|
|||||||
#define BZI_STACK_SIZE 0x1000
|
#define BZI_STACK_SIZE 0x1000
|
||||||
|
|
||||||
/** Maximum size of command line */
|
/** Maximum size of command line */
|
||||||
#define BZI_CMDLINE_SIZE 0x100
|
#define BZI_CMDLINE_SIZE 0x7ff
|
||||||
|
|
||||||
#endif /* _BZIMAGE_H */
|
#endif /* _BZIMAGE_H */
|
||||||
|
|||||||
Reference in New Issue
Block a user