Add simple kernel logging and improve error messages
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
#include "src/kernel/log.h"
|
||||
#include "src/kernel/stream.h"
|
||||
|
||||
stream_t *kernel_log;
|
||||
|
||||
void log_init(stream_t *log) {
|
||||
kernel_log = log;
|
||||
}
|
||||
Reference in New Issue
Block a user