feat: Added nanoprintf, kprintf and GDT
This commit is contained in:
parent
aa5a1e8e1a
commit
248879c099
9 changed files with 1346 additions and 5 deletions
8
kernel/src/util/log.h
Normal file
8
kernel/src/util/log.h
Normal file
|
@ -0,0 +1,8 @@
|
|||
#ifndef LOG_H
|
||||
#define LOG_H
|
||||
|
||||
#include <util/kprintf.h>
|
||||
|
||||
#define early(fmt, ...) kprintf("early: " fmt "\n", ##__VA_ARGS__)
|
||||
|
||||
#endif // LOG_H
|
Loading…
Add table
Add a link
Reference in a new issue