Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在核函数调用中
printk ("Freeing initrd memory: %ldk freed\n", (end - start) >> 10);
没有提到内核日志级别。那么 deafult 将采用的日志级别是什么?
我得到了答案。
如果 printk 函数中没有提到消息日志级别,则内核使用 DEFAULT_MESSAGE_LOGLEVEL。/proc/sys/kernel/printk 中的第二个字段显示 DEFAULT_MESSAGE_LOGLEVEL。