Rename intr log to apic, remove debug defaults

This commit is contained in:
Justin C. Miller
2018-05-05 11:02:41 -07:00
parent 3a86e89116
commit d7506b6aaf
6 changed files with 23 additions and 22 deletions

View File

@@ -46,7 +46,8 @@ init_console(const popcorn_data *header)
cons->puts(GIT_VERSION " booting...\n");
log::init(cons);
log::enable(logs::interrupt, log::level::debug);
//log::enable(logs::apic, log::level::debug);
log::enable(logs::devices, log::level::debug);
}
void