projects
/
ikiwiki.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
445f09c
)
Mention -n1 option in vkernel
author
Beket <Beket@web>
Tue, 12 May 2009 07:47:08 +0000 (
00:47
-0700)
committer
Charlie <root@leaf.dragonflybsd.org>
Tue, 12 May 2009 07:47:08 +0000 (
00:47
-0700)
docs/howtos/HowToDebugVKernels/index.mdwn
patch
|
blob
|
blame
|
history
diff --git
a/docs/howtos/HowToDebugVKernels/index.mdwn
b/docs/howtos/HowToDebugVKernels/index.mdwn
index
a03e004
..
08b6853
100644
(file)
--- a/
docs/howtos/HowToDebugVKernels/index.mdwn
+++ b/
docs/howtos/HowToDebugVKernels/index.mdwn
@@
-225,3
+225,6
@@
a state where the vkernel is in state "stop" and the vkernel is in "wait", and n
The only help is to kill gdb, which either makes the vkernel run again, or kills it as well.
See also [this bug report](http://bugs.dragonflybsd.org/issue1301).
+
+Experience has shown that running vkernel with -n1, that is telling it to emulate only 1 CPU, alleviates thes issue.
+