diff options
Diffstat (limited to 'sys/net/vnet.c')
-rw-r--r-- | sys/net/vnet.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/net/vnet.c b/sys/net/vnet.c index da1152b..7866bb9 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 |