mirror of
https://github.com/justinian/jsix.git
synced 2025-12-11 08:54:31 -08:00
[fb] Output klog to fb if video exists
If there's no video, do as we did before, otherwise route logs to the fb driver instead. (Need to clean this up to just have a log consumer general interface?) Also added a "scrollback" class to fb driver and updated the system_get_log syscall.
This commit is contained in:
@@ -6,4 +6,5 @@ namespace log = kutil::log;
|
||||
namespace logs = kutil::logs;
|
||||
|
||||
void logger_init();
|
||||
void logger_clear_immediate();
|
||||
void logger_task();
|
||||
|
||||
Reference in New Issue
Block a user