kern: implement uart init + logging

This commit is contained in:
Michael Scire
2020-02-06 01:05:35 -08:00
parent 323858cf96
commit 5961151a92
17 changed files with 828 additions and 14 deletions

View File

@@ -29,7 +29,7 @@
/* Core pre-initialization includes. */
#include <mesosphere/kern_select_cpu.hpp>
#include <mesosphere/kern_select_k_system_control.hpp>
#include <mesosphere/kern_select_system_control.hpp>
/* Initialization headers. */
#include <mesosphere/init/kern_init_elf.hpp>