Changes between Version 1 and Version 2 of SF_Ch_pstore
- Timestamp:
- 09/07/18 06:46:34 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SF_Ch_pstore
v1 v2 19 19 20 20 == Kernel panic == 21 For what ever reason the standard way to generate a kernel panic 22 {{{ 23 echo c > /proc/sysrq-trigger 24 }}} 25 did not work for me so I created a kernel module that I can modprobe to generate a panic. 26 21 27 I am using the attached kernel module to create a kernel panic (modprobe the module) 28 The files are placed in a directory "panic" in the kernel directory and enabled in kernel config with 29 30 {{{ 31 CONFIG_GUHL_PANIC=m 32 }}} 33 34