summaryrefslogtreecommitdiff
path: root/IMPLEMENTATION
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2010-11-11 12:52:05 +0900
committerKen'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>2010-11-11 12:52:05 +0900
commit0178d1fb180fdb7f1185de3d5097563a16ab40b2 (patch)
treee0aee7c6b78fb899356bd5f9ff040ff37db4cd26 /IMPLEMENTATION
parente610788a5cb5109941a0bbe390071cc5b7ab2493 (diff)
[PATCH] Add the description about version 4.
New members "offset_note" and "size_note" have been added since version 4, and this patch adds them on IMPLEMENTATION file. Also, kh.offset_vmcoreinfo has pointed vmcoreinfo data in ELF note section since version 4, that is a little complex and it is better to write that. Signed-off-by: Ken'ichi Ohmichi <oomichi@mxs.nes.nec.co.jp>
Diffstat (limited to 'IMPLEMENTATION')
-rw-r--r--IMPLEMENTATION2
1 files changed, 2 insertions, 0 deletions
diff --git a/IMPLEMENTATION b/IMPLEMENTATION
index 9c08f45..9aea0d4 100644
--- a/IMPLEMENTATION
+++ b/IMPLEMENTATION
@@ -69,6 +69,8 @@
unsigned long end_pfn; /* header_version 2 and later */
off_t offset_vmcoreinfo;/* header_version 3 and later */
unsigned long size_vmcoreinfo; /* header_version 3 and later */
+ off_t offset_note; /* header_version 4 and later */
+ unsigned long size_note; /* header_version 4 and later */
};
- 1st-bitmap