#include "lang/kio.h" #include "mm/mm.h" extern "C" { void k_main() { mm_print_memory_map(); } } /* extern "C" */