diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-07-22 15:33:57 -0400 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-07-22 15:34:41 -0400 |
commit | a021e5124a6c57325ffb02a60cd1d5f40342f8aa (patch) | |
tree | c4eaed16c2e9e8d0f556b73a189f8e197d5fd2bd /Documentation/x86 | |
parent | 5616c23ad9cd3c50af674d408fef7b90abeee81c (diff) |
x86: doc: boot.txt: fix the size of the start_sys field
The start_sys field is two bytes, not four.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
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 147bfe511cdd..83c0033ee9e0 100644 --- a/Documentation/x86/boot.txt +++ b/Documentation/x86/boot.txt @@ -308,7 +308,7 @@ Protocol: 2.00+ Field name: start_sys Type: read -Offset/size: 0x20c/4 +Offset/size: 0x20c/2 Protocol: 2.00+ The load low segment (0x1000). Obsolete. |