【OlympusL】 在 https://github.com/istoreos/istoreos/issues/665 发布:
x86固件似乎是关闭的,kernel panic自动重启以后不会生成crashlog文件,尝试过人为制造内核崩溃也没有生成。有没有可能开启这个功能?最近总是kernel panic,debug需要日志文件
Global settings settings —>
[] Compile the kernel with symbol table information
(CONFIG_KERNEL_KALLSYMS=y)
[] Compile the kernel with debug information
(CONFIG_KERNEL_DEBUG_INFO=y)