Closed aenachescu closed 7 years ago
Create a library for logging and use it instead of kprintf. What it should offer:
E.g: KLOG_ERROR("here it's a big error: %u", err); ==> [kernel/src/arch/x86/init32.c] [115] [ERROR] - here it's a big error: 5
343c03a 906622a 946fbc0 c2ec170 245f1ac
2d36ec5
Create a library for logging and use it instead of kprintf. What it should offer:
E.g: KLOG_ERROR("here it's a big error: %u", err); ==> [kernel/src/arch/x86/init32.c] [115] [ERROR] - here it's a big error: 5