Home
last modified time | relevance | path

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

/DragonOS-0.1.8/kernel/src/exception/
Dtrap.c26 printk_color(RED, BLACK, "ERROR / TRAP"); in do_debug()
111 printk_color(RED, BLACK, "Terminate"); in do_double_fault()
135 printk_color(RED, BLACK, "ERROR"); in do_invalid_TSS()
192 printk_color(RED, BLACK, in do_general_protection()
197 printk_color(RED, BLACK, "Refers to a gate descriptor in the IDT;\n"); in do_general_protection()
199 printk_color(RED, BLACK, "Refers to a descriptor in the GDT or the current LDT;\n"); in do_general_protection()
203 printk_color(RED, BLACK, "Refers to a segment or gate descriptor in the LDT;\n"); in do_general_protection()
205 printk_color(RED, BLACK, "Refers to a descriptor in the current GDT;\n"); in do_general_protection()
207 printk_color(RED, BLACK, "Segment Selector Index:%#010x\n", error_code & 0xfff8); in do_general_protection()
225 printk_color(RED, BLACK, "Page Not-Present,\t"); in do_page_fault()
[all …]
/DragonOS-0.1.8/kernel/src/common/
Dkprint.h54 printk_color(RED, BLACK, "ERROR"); \
64 printk_color(RED, BLACK, "TERMINATED"); \
74 printk_color(RED, BLACK, "BUG"); \
Dprintk.h21 #define RED 0x00ff0000 //红 macro
/DragonOS-0.1.8/kernel/src/libs/libUI/
Dtextui-render.c8 #define RED 0x00ff0000 //红 macro
/DragonOS-0.1.8/kernel/src/driver/mouse/
Dps2_mouse.c378 …printk_color(RED, GREEN, "(M:%02x,X:%3d,Y:%3d)\tcount=%d\n", pak.byte0, pak.movement_x, pak.moveme… in analyze_mousecode()