Add vmem log area

This commit is contained in:
Justin C. Miller
2019-05-11 11:32:22 -07:00
parent b9c8edb657
commit 2d54eb5143

View File

@@ -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);