Searched refs:YELLOW (Results 1 – 5 of 5) sorted by relevance
/DragonOS-0.1.7/kernel/src/debug/traceback/ |
D | traceback.c | 39 …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.7/kernel/src/common/ |
D | printk.h | 23 #define YELLOW 0x00ffff00 //黄 macro
|
D | kprint.h | 44 printk_color(YELLOW, BLACK, "WARN"); \
|
/DragonOS-0.1.7/kernel/src/exception/ |
D | trap.c | 52 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.7/kernel/src/libs/libUI/ |
D | textui-render.c | 10 #define YELLOW 0x00ffff00 //黄 macro
|