Skip to content

个人使用,在内核下调试打印信息带颜色,需要配合支持颜色的终端工具,如:crt、mobaXterm等

Notifications You must be signed in to change notification settings

xhwang-China/color_debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

color_debug

个人使用,在内核下调试打印信息带颜色,也可在linux c应用程序中使用,需要配合支持颜色的终端工具,如:crt、mobaXterm等

/** *创建时间:2020年3月4日 17:41:04 *修改时间:2020年3月4日 17:41:09 *作者:王晓辉 *邮箱:[email protected] *用法步骤: *方法一: 1、复制本头文件到内核路径include/linux/文件夹下

  •  	2、在文件include/linux/printk.h中末尾加上
    
  •  		#include <linux/color_debug.h>
    

*方式二: 在需要调用的代码中#include <linux/color_debug.h> * **/

About

个人使用,在内核下调试打印信息带颜色,需要配合支持颜色的终端工具,如:crt、mobaXterm等

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages