Skip to content

Commit

Permalink
[bzimage] Increase maximum command-line size to 0x7ff
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Brown <mcb30@ipxe.org>
  • Loading branch information
Jarrod Johnson authored and mcb30 committed Nov 13, 2010
1 parent 06dbe70 commit 4526f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/arch/i386/include/bzimage.h
Expand Up @@ -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 */

0 comments on commit 4526f43

Please sign in to comment.