]> Git Repo - linux.git/commitdiff
x86: documentation fix regarding boot protocol
authorPhilipp Kohlbecher <[email protected]>
Sun, 14 Dec 2008 17:50:01 +0000 (18:50 +0100)
committerIngo Molnar <[email protected]>
Tue, 16 Dec 2008 21:05:09 +0000 (22:05 +0100)
Impact: clarify documentation

Documentation/x86/boot.txt describes payload_offset as the offset
from the end of the real-mode code. In fact, it is more accurately
described as the offset from the beginning of the protected-mode
code, as (a) this is how it is actually calculated and (b) the padding
after the real-mode code is not included in the offset.

Signed-off-by: Philipp Kohlbecher <[email protected]>
Acked-by: Ian Campbell <[email protected]>
Acked-by: H. Peter Anvin <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Documentation/x86/boot.txt

index 804d9b1a46ef070707dc2bc2dcc8948d07bd4298..fcdc62b3c3d8d8d1b826c04ce70a3bf9ea0b2a9b 100644 (file)
@@ -537,8 +537,8 @@ Type:               read
 Offset/size:   0x248/4
 Protocol:      2.08+
 
-  If non-zero then this field contains the offset from the end of the
-  real-mode code to the payload.
+  If non-zero then this field contains the offset from the beginning
+  of the protected-mode code to the payload.
 
   The payload may be compressed. The format of both the compressed and
   uncompressed data should be determined using the standard magic
This page took 0.051775 seconds and 4 git commands to generate.