diff options
author | Baodong Chen <chenbdchenbd@gmail.com> | 2009-01-02 23:37:06 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 12:19:40 -0500 |
commit | 2f6de3a199893ae3dd68e23bd79b55e1478c8268 (patch) | |
tree | cd3d2afd9cec0c53e0ade5586906ae781bf5ea62 /Documentation/x86/boot.txt | |
parent | 8a87dd9a20ca895527b039e64e54adcbc64b256a (diff) |
Documentation/x86/boot.txt: payload length was changed to payload_length
Signed-off-by: Baodong Chen <[email]chenbdchenbd@gmail.com[email]>
Acked-by: Jiri Kosina <jkosina@suse.cz>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/x86/boot.txt')
-rw-r--r-- | Documentation/x86/boot.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/x86/boot.txt b/Documentation/x86/boot.txt index fcdc62b3c3d8..7b4596ac4120 100644 --- a/Documentation/x86/boot.txt +++ b/Documentation/x86/boot.txt | |||
@@ -44,7 +44,7 @@ Protocol 2.07: (Kernel 2.6.24) Added paravirtualised boot protocol. | |||
44 | and KEEP_SEGMENTS flag in load_flags. | 44 | and KEEP_SEGMENTS flag in load_flags. |
45 | 45 | ||
46 | Protocol 2.08: (Kernel 2.6.26) Added crc32 checksum and ELF format | 46 | Protocol 2.08: (Kernel 2.6.26) Added crc32 checksum and ELF format |
47 | payload. Introduced payload_offset and payload length | 47 | payload. Introduced payload_offset and payload_length |
48 | fields to aid in locating the payload. | 48 | fields to aid in locating the payload. |
49 | 49 | ||
50 | Protocol 2.09: (Kernel 2.6.26) Added a field of 64-bit physical | 50 | Protocol 2.09: (Kernel 2.6.26) Added a field of 64-bit physical |