summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2014-04-09 21:50:20 +0200
committerHelge Deller <deller@gmx.de>2014-04-09 21:50:20 +0200
commit52fe327a1be42a2fac435251b25c0c7a64c8f4a0 (patch)
tree3f569f6a78794b8a84609f4b0867c336c9fb93c8
parentef8a057c14f34e7d4071f92e2ba9d89997ce4e22 (diff)
downloadpalo-52fe327a1be42a2fac435251b25c0c7a64c8f4a0.tar.gz
Increase PALOHDRVERSION to 5.
Version 5 supports compressed kernels and kernel command lines up to 1023 characters.
-rw-r--r--lib/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.h b/lib/common.h
index cde5781..967cd8b 100644
--- a/lib/common.h
+++ b/lib/common.h
@@ -86,7 +86,7 @@ void *pa_memcpy(void *dest, const void *src, unsigned n);
* kern_sz = 0 or rd_sz = 0 means no kern or ramdisk respectively.
*/
#define PALOMAGIC "PALO"
-#define PALOHDRVERSION 4
+#define PALOHDRVERSION 5
#define PFLAG_INSTALL 0x1
#define PFLAG_EXT2 0x2