diff options
author | Baodong Chen <chenbdchenbd@gmail.com> | 2009-01-03 12:37:06 +0800 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-04 18:19:40 +0100 |
commit | 2f6de3a199893ae3dd68e23bd79b55e1478c8268 (patch) | |
tree | cd3d2afd9cec0c53e0ade5586906ae781bf5ea62 /Documentation/x86 | |
parent | 8a87dd9a20ca895527b039e64e54adcbc64b256a (diff) | |
download | linux-3.10-2f6de3a199893ae3dd68e23bd79b55e1478c8268.tar.gz linux-3.10-2f6de3a199893ae3dd68e23bd79b55e1478c8268.tar.bz2 linux-3.10-2f6de3a199893ae3dd68e23bd79b55e1478c8268.zip |
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')
-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 fcdc62b3c3d..7b4596ac412 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. and KEEP_SEGMENTS flag in load_flags. Protocol 2.08: (Kernel 2.6.26) Added crc32 checksum and ELF format - payload. Introduced payload_offset and payload length + payload. Introduced payload_offset and payload_length fields to aid in locating the payload. Protocol 2.09: (Kernel 2.6.26) Added a field of 64-bit physical |