From 6aad5c1c9393b717363b89cd9405eef8a0c3c520 Mon Sep 17 00:00:00 2001 From: Robert Watson Date: Sat, 1 Aug 2009 22:22:45 +0000 Subject: [PATCH] The colour was red as shall be the letters of this warning to people upon boot if the experimental VIMAGE feature was compiled into the kernel. Submitted by: bz Reviewed by: zec Approved by: re (vimage blanket) --- sys/net/vnet.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/sys/net/vnet.c b/sys/net/vnet.c index da1152b2df2..7866bb98c90 100644 --- a/sys/net/vnet.c +++ b/sys/net/vnet.c @@ -296,6 +296,10 @@ static void vnet0_init(void *arg) { + /* Warn people before take off - in case we crash early. */ + printf("WARNING: VIMAGE (virtualized network stack) is a highly " + "experimental feature.\n"); + /* * We MUST clear curvnet in vi_init_done() before going SMP, * otherwise CURVNET_SET() macros would scream about unnecessary