LoGin 7b32f5080f
增加内存分配日志监视器 (#424)
* 完成内存日志监视,并输出日志到文件
* 修复进程退出后,procfs查看进程status文件会崩溃的问题
* 修复signal唤醒进程的判断条件问题
2023-11-07 21:39:27 +08:00

11 lines
331 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 日志监视程序
本程序监视DragonOS内核的环形缓冲区日志并将其显示在屏幕上。
## 使用方法
1. 默认情况下DragonOS内核已启用内存分配器的日志记录。
2. 当qemu启动后在DragonOS项目的根目录中运行`make log-monitor`
3.`logs`目录查看日志文件。