Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 305109
b: refs/heads/master
c: 6d12760
h: refs/heads/master
i:
  305107: ba7ae8d
v: v3
  • Loading branch information
Michael Witten authored and Jiri Kosina committed Apr 17, 2012
1 parent 8481220 commit 73d1d64
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6144bb9e7b4c82f7366bd74f8beac826f5f6b7f
refs/heads/master: 6d12760c9f3d961a8bfc23ba9702d12f7eea35dd
6 changes: 3 additions & 3 deletions trunk/README
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ CONFIGURING the kernel:
new version with minimal work, use "make oldconfig", which will
only ask you for the answers to new questions.

- Alternate configuration commands are:
- Alternative configuration commands are:
"make config" Plain text interface.
"make menuconfig" Text based color menus, radiolists & dialogs.
"make nconfig" Enhanced text based color menus.
Expand Down Expand Up @@ -328,7 +328,7 @@ IF SOMETHING GOES WRONG:
sense of the dump (but compiling with CONFIG_KALLSYMS is usually preferred).
This utility can be downloaded from
ftp://ftp.<country>.kernel.org/pub/linux/utils/kernel/ksymoops/ .
Alternately, you can do the dump lookup by hand:
Alternatively, you can do the dump lookup by hand:

- In debugging dumps like the above, it helps enormously if you can
look up what the EIP value means. The hex value as such doesn't help
Expand Down Expand Up @@ -361,7 +361,7 @@ IF SOMETHING GOES WRONG:
kernel image or similar), telling me as much about your setup as
possible will help. Please read the REPORTING-BUGS document for details.

- Alternately, you can use gdb on a running kernel. (read-only; i.e. you
- Alternatively, you can use gdb on a running kernel. (read-only; i.e. you
cannot change values or set break points.) To do this, first compile the
kernel with -g; edit arch/i386/Makefile appropriately, then do a "make
clean". You'll also need to enable CONFIG_PROC_FS (via "make config").
Expand Down

0 comments on commit 73d1d64

Please sign in to comment.