aenachescu / PhiOS

GNU General Public License v3.0
6 stars 1 forks source link

logging #93

Closed aenachescu closed 7 years ago

aenachescu commented 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

aenachescu commented 7 years ago

343c03a 906622a 946fbc0 c2ec170 245f1ac

aenachescu commented 7 years ago

2d36ec5