浏览代码

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>
H. Peter Anvin 17 年之前
父节点
当前提交
a021e5124a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Documentation/x86/boot.txt

+ 1 - 1
Documentation/x86/boot.txt

@@ -308,7 +308,7 @@ Protocol:	2.00+
 
 
 Field name:	start_sys
 Field name:	start_sys
 Type:		read
 Type:		read
-Offset/size:	0x20c/4
+Offset/size:	0x20c/2
 Protocol:	2.00+
 Protocol:	2.00+
 
 
   The load low segment (0x1000).  Obsolete.
   The load low segment (0x1000).  Obsolete.