summaryrefslogtreecommitdiff
path: root/kexec/arch/i386/crashdump-x86.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexec/arch/i386/crashdump-x86.h')
-rw-r--r--kexec/arch/i386/crashdump-x86.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/kexec/arch/i386/crashdump-x86.h b/kexec/arch/i386/crashdump-x86.h
new file mode 100644
index 0000000..d26a5dd
--- /dev/null
+++ b/kexec/arch/i386/crashdump-x86.h
@@ -0,0 +1,9 @@
+#ifndef CRASHDUMP_X86_H
+#define CRASHDUMP_X86_H
+
+/* Backup Region, First 640K of System RAM. */
+#define BACKUP_START 0x00000000
+#define BACKUP_END 0x0009ffff
+#define BACKUP_SIZE (BACKUP_END - BACKUP_START + 1)
+
+#endif /* CRASHDUMP_X86_H */