From 2d54eb51435dfc63225ed6049da17e14fb9656c8 Mon Sep 17 00:00:00 2001 From: "Justin C. Miller" Date: Sat, 11 May 2019 11:32:22 -0700 Subject: [PATCH] Add vmem log area --- src/include/log_areas.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/include/log_areas.inc b/src/include/log_areas.inc index 60ac940..c63ce77 100644 --- a/src/include/log_areas.inc +++ b/src/include/log_areas.inc @@ -5,5 +5,6 @@ LOG(driver, info); LOG(memory, info); LOG(fs, info); LOG(task, info); -LOG(boot, info); -LOG(syscall,info); +LOG(boot, debug); +LOG(syscall,debug); +LOG(vmem, debug);