2
0
mirror of https://github.com/xcat2/xcat-dep.git synced 2024-11-27 19:59:19 +00:00
xcat-dep/gpxe/ipxe-cmdlinesize.patch
jbjohnso 399756e203 -Add ipxe variants of most patches (ignoring hdboot and old kvm workaround for now)
Former-commit-id: fa6396d64cbcee40b1306ac3aa17f99267706d30
2010-11-12 15:57:37 +00:00

12 lines
473 B
Diff

diff -urN ipxe-expandfilename/src/arch/i386/include/bzimage.h ipxe-cmdlinesize/src/arch/i386/include/bzimage.h
--- ipxe-expandfilename/src/arch/i386/include/bzimage.h 2010-11-11 14:09:48.042334268 -0500
+++ ipxe-cmdlinesize/src/arch/i386/include/bzimage.h 2010-11-12 10:47:08.086084309 -0500
@@ -137,6 +137,6 @@
#define BZI_STACK_SIZE 0x1000
/** Maximum size of command line */
-#define BZI_CMDLINE_SIZE 0x100
+#define BZI_CMDLINE_SIZE 0x7FF
#endif /* _BZIMAGE_H */