DragonOS-Community / DragonOS

使用Rust从0自研内核,具有Linux兼容性的操作系统,面向云计算轻量化场景而设计。DragonOS is an operating system developed from scratch using Rust, with Linux compatibility. It is designed for lightweight cloud computing scenarios.
https://dragonos.org
GNU General Public License v2.0
817 stars 132 forks source link

feat(log): 将内核日志统一为新的logger #814

Closed ZZJJWarth closed 1 month ago

ZZJJWarth commented 1 month ago

762

dragonosbot commented 1 month ago

r? @fslongjin

dragonosbot has assigned @fslongjin. They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

fslongjin commented 1 month ago

@ZZJJWarth 需要fmt,以及运行内核静态测试。

@dragonosbot author

dragonosbot commented 1 month ago

tty驱动发生了更改,请进行审查

cc @GnoCiYeH

设备驱动模型部分发生了更改,请进行审查

cc @fslongjin

ZZJJWarth commented 1 month ago

check 已通过 @dragonosbot ready