Support kernel panic and logging
Closed this issue · 0 comments
alanjian85 commented
Presently, various places of the kernel can generate irrecoverable errors, while others may provide informative kernel messages to developers and users. Consequently, it is essential to develop a logging subsystem capable of handling kernel panics and messages properly and effectively. Additionally, implementing advanced features like stack backtracing in logs for unrecoverable faults is necessary.