diff options
Diffstat (limited to 'kexec/arch/i386/x86-linux-setup.h')
-rw-r--r-- | kexec/arch/i386/x86-linux-setup.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/kexec/arch/i386/x86-linux-setup.h b/kexec/arch/i386/x86-linux-setup.h index 13784cf..c16b41a 100644 --- a/kexec/arch/i386/x86-linux-setup.h +++ b/kexec/arch/i386/x86-linux-setup.h @@ -15,4 +15,7 @@ void setup_linux_system_parameters(struct x86_linux_param_header *real_mode, #define KERN32_BASE 0x100000 /* 1MB */ #define INITRD_BASE 0x1000000 /* 16MB */ +/* command line parameter may be appended by purgatory */ +#define PURGATORY_CMDLINE_SIZE 64 + #endif /* X86_LINUX_SETUP_H */ |