Home
last modified time | relevance | path

Searched refs:YELLOW (Results 1 – 5 of 5) sorted by relevance

/DragonOS-0.1.2/kernel/src/debug/traceback/
Dtraceback.c39 …printk_color(YELLOW, BLACK, "Kernel traceback: Fault in userland. pid=%ld, rbp=%#018lx\n", current… in traceback()
44 printk_color(YELLOW, BLACK, "======== Kernel traceback =======\n"); in traceback()
70 printk_color(YELLOW, BLACK, "======== Kernel traceback end =======\n"); in traceback()
/DragonOS-0.1.2/kernel/src/common/
Dprintk.h23 #define YELLOW 0x00ffff00 //黄 macro
Dkprint.h44 printk_color(YELLOW, BLACK, "WARN"); \
/DragonOS-0.1.2/kernel/src/exception/
Dtrap.c52 printk_color(YELLOW, BLACK, "TRAP"); in do_int3()
65 printk_color(YELLOW, BLACK, "TRAP"); in do_overflow()
139 printk_color(YELLOW, BLACK, "Information:\n"); in do_invalid_TSS()
/DragonOS-0.1.2/kernel/src/libs/libUI/
Dtextui-render.c10 #define YELLOW 0x00ffff00 //黄 macro