nova: log_core.run adjustments

This commit is contained in:
Alexander Boettcher 2018-08-09 14:11:10 +02:00 committed by Christian Helmuth
parent aa909702c6
commit 8a5e762c24
1 changed files with 2 additions and 0 deletions

View File

@ -14,6 +14,8 @@ proc log_service { } {
if {[have_spec nova]} {
proc kernel_output { } { return "novga logmem" }
# differs because \n is missing, since kernel serial is off
proc run_boot_string { } { return "Hypervisor reports "}
}
build "core init drivers/timer server/vfs server/fs_log app/log_core"