This website works better with JavaScript
首頁
探索
說明
登入
DragonOS-Community
/
DragonOS
镜像来自
https://github.com/DragonOS-Community/DragonOS.git
關注
2
讚好
0
複刻
0
檔案
問題管理
0
Wiki
目錄樹:
081428c0d8
分支列表
標籤列表
chenlinfeng-backtrace
dev-dadk-0.2.0
feat-dynamic-link
feat-network-rebuild
master
V0.1.10
V0.1.9
V0.1.8
V0.1.7
V0.1.6
V0.1.5
V0.1.4
V0.1.3
V0.1.2
V0.1.1
V0.1.0
DragonOS
/
tools
/
debugging
/
logmonitor
linfeng
7c28051e8c
chore: update toolchain version to 2024-11-05 (
#1031
)
1 周之前
..
src
7c28051e8c
chore: update toolchain version to 2024-11-05 (
#1031
)
1 周之前
.gitignore
7b32f5080f
增加内存分配日志监视器 (
#424
)
1 年之前
Cargo.toml
7a29d4fcbc
riscv64: 映射uefi systemtable,并完善了riscv64页表填写的部分内容 (
#498
)
10 月之前
README.md
7b32f5080f
增加内存分配日志监视器 (
#424
)
1 年之前
README.md
日志监视程序
本程序监视DragonOS内核的环形缓冲区日志,并将其显示在屏幕上。
使用方法
默认情况下,DragonOS内核已启用内存分配器的日志记录。
当qemu启动后,在DragonOS项目的根目录中,运行
make log-monitor
。
在
logs
目录查看日志文件。