It is possible to directly gdb the virtual kernel's process. It is recommended that you do a `handle SIGSEGV noprint' to ignore page faults processed by the virtual kernel itself and `handle SIGUSR1 noprint' to ignore signals used for simulating inter-processor interrupts (SMP build only).
-You can add these two commands in my ~/.gdbinit to save yourself from typing them again and again.
+You can add these two commands in your ~/.gdbinit to save yourself from typing them again and again.
[beket@sadness ~]$ cat ~/.gdbinit
handle SIGSEGV noprint