Skip to content

Commit

Permalink
x86: doc: boot.txt: fix the size of the start_sys field
Browse files Browse the repository at this point in the history
The start_sys field is two bytes, not four.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
  • Loading branch information
H. Peter Anvin committed Jul 22, 2008
1 parent 5616c23 commit a021e51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/x86/boot.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a021e51

Please sign in to comment.