carg-os/karg

Support kernel panic and logging

Closed this issue · 0 comments

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.