From 20ecfc61f15c88406d18634455c50fdd630f5c0b Mon Sep 17 00:00:00 2001 From: Vladimir 'phcoder' Serbinenko Date: Wed, 10 Mar 2010 23:14:59 +0100 Subject: [PATCH] Clarify size and offset of tags. Reported by: Seth Goldberg --- doc/multiboot.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/multiboot.texi b/doc/multiboot.texi index efe9b40f6..bd6bd6ddd 100644 --- a/doc/multiboot.texi +++ b/doc/multiboot.texi @@ -371,7 +371,7 @@ The layout of the Multiboot header must be as follows: @item 4 @tab u32 @tab architecture @tab required @item 8 @tab u32 @tab header_length @tab required @item 12 @tab u32 @tab checksum @tab required -@item 16 @tab u32 @tab tags @tab required +@item 16-XX @tab @tab tags @tab required @end multitable The fields @samp{magic}, @samp{architecture}, @samp{header_length} and @samp{checksum} are defined in @ref{Header magic fields}, @samp{tags} -- 2.47.2