Messages in this thread Patch in this message |  | | | Date | Tue, 30 Oct 2007 14:38:02 +0800 | | From | "rae l" <> | | Subject | Re: [PATCH 1/5] update boot spec to 2.07 |
| |
On 10/3/07, Rusty Russell <rusty@rustcorp.com.au> wrote: > Proposed updates for version 2.07 of the boot protocol. This includes: > ... > Signed-off-by: Jeremy Fitzhardinge < jeremy@xensource.com> > Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> > Cc: "Eric W. Biederman" < ebiederm@xmission.com> > Cc: H. Peter Anvin <hpa@zytor.com> > Cc: Vivek Goyal <vgoyal@in.ibm.com > > > --- > Documentation/i386/boot.txt | 34 Sugguestion is you also add an entry to the header of the file (Documentation/i386/boot.txt):
something like this:
diff --git a/Documentation/i386/boot.txt b/Documentation/i386/boot.txt index fc49b79..645bbd7 100644 --- a/Documentation/i386/boot.txt +++ b/Documentation/i386/boot.txt @@ -42,6 +42,9 @@ Protocol 2.05: (Kernel 2.6.20) Make protected mode kernel relocatable. Protocol 2.06: (Kernel 2.6.22) Added a field that contains the size of the boot command line
+Protocol 2.07: (Kernel 2.6.23) Added two fields hardware_subarch and + hardware_subarch_data to describe the paravirtualized + environment.
**** MEMORY LAYOUT
-- Denis Cheng Linux Application Developer "One of my most productive days was throwing away 1000 lines of code." - Ken Thompson. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |