From: Randy Dunlap <randy.dunlap@oracle.com>
To: lkml <linux-kernel@vger.kernel.org>, x86@kernel.org
Cc: Uwe Hermann <uwe@hermann-uwe.de>
Subject: [PATCH] doc/x86: update file locations and 00-INDEX
Date: Mon, 20 Oct 2008 16:25:40 -0700 [thread overview]
Message-ID: <48FD1374.9090504@oracle.com> (raw)
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)
next reply other threads:[~2008-10-20 23:26 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-10-20 23:25 Randy Dunlap [this message]
2008-10-21 12:19 ` [PATCH] doc/x86: update file locations and 00-INDEX Ingo Molnar
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=48FD1374.9090504@oracle.com \
--to=randy.dunlap@oracle.com \
--cc=linux-kernel@vger.kernel.org \
--cc=uwe@hermann-uwe.de \
--cc=x86@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.