From 8a5e762c24ea77933da62ef342705b7e3785a1cd Mon Sep 17 00:00:00 2001 From: Alexander Boettcher Date: Thu, 9 Aug 2018 14:11:10 +0200 Subject: [PATCH] nova: log_core.run adjustments --- repos/os/run/log_core.run | 2 ++ 1 file changed, 2 insertions(+) diff --git a/repos/os/run/log_core.run b/repos/os/run/log_core.run index ea4e4fc00..f0f86b3c9 100644 --- a/repos/os/run/log_core.run +++ b/repos/os/run/log_core.run @@ -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"