lkml.org 
[lkml]   [2008]   [Oct]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] doc/x86: update file locations and 00-INDEX
From: Randy Dunlap <randy.dunlap@oracle.com>

A few Doc/x86/ files were moved, so account for that.
Update Doc/x86/00-INDEX file.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
cc: Uwe Hermann <uwe@hermann-uwe.de>
---
Documentation/kernel-parameters.txt | 4 ++--
Documentation/lguest/lguest.c | 2 +-
Documentation/x86/00-INDEX | 8 ++++++++
3 files changed, 11 insertions(+), 3 deletions(-)

--- linux.trees.git.orig/Documentation/kernel-parameters.txt
+++ linux.trees.git/Documentation/kernel-parameters.txt
@@ -111,7 +111,7 @@ In addition, the following text indicate
Parameters denoted with BOOT are actually interpreted by the boot
loader, and have no meaning to the kernel directly.
Do not modify the syntax of boot loader parameters without extreme
-need or coordination with <Documentation/x86/i386/boot.txt>.
+need or coordination with <Documentation/x86/boot.txt>.

There are also arch-specific kernel-parameters not documented here.
See for example <Documentation/x86/x86_64/boot-options.txt>.
@@ -2306,7 +2306,7 @@ and is between 256 and 4096 characters.
See Documentation/fb/modedb.txt.

vga= [BOOT,X86-32] Select a particular video mode
- See Documentation/x86/i386/boot.txt and
+ See Documentation/x86/boot.txt and
Documentation/svga.txt.
Use vga=ask for menu.
This is actually a boot loader parameter; the value is
--- linux.trees.git.orig/Documentation/lguest/lguest.c
+++ linux.trees.git/Documentation/lguest/lguest.c
@@ -402,7 +402,7 @@ static unsigned long load_bzimage(int fd
void *p = from_guest_phys(0x100000);

/* Go back to the start of the file and read the header. It should be
- * a Linux boot header (see Documentation/x86/i386/boot.txt) */
+ * a Linux boot header (see Documentation/x86/boot.txt) */
lseek(fd, 0, SEEK_SET);
read(fd, &boot, sizeof(boot));

--- linux.trees.git.orig/Documentation/x86/00-INDEX
+++ linux.trees.git/Documentation/x86/00-INDEX
@@ -1,4 +1,12 @@
00-INDEX
- this file
+boot.txt
+ - the Linux/x86 boot protocol
mtrr.txt
- how to use x86 Memory Type Range Registers to increase performance
+pat.txt
+ - Linux/x86 Page Attribute Table APIs and debugging
+usb-legacy-support.txt
+ - Handling USB legacy support issues
+zero-page.txt
+ - struct boot_params info (in page 0)

\
 
 \ /
  Last update: 2008-10-21 01:29    [W:0.094 / U:0.040 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site