From 1b7f7b89edc7246dd17d0dc74bd7a4d2cb70f504 Mon Sep 17 00:00:00 2001 From: Pavel Odintsov Date: Thu, 12 Mar 2015 11:13:21 +0300 Subject: [PATCH] Add link to FreeBSD kernel build guide --- FreeBSD_INSTALL.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FreeBSD_INSTALL.md b/FreeBSD_INSTALL.md index ba303aa2..ae6c2a19 100644 --- a/FreeBSD_INSTALL.md +++ b/FreeBSD_INSTALL.md @@ -22,5 +22,5 @@ cmake .. make ``` - +For netmap support you may need compile kernel manually with this [manual](BUILDING_FREEBSD_KERNEL_FOR_NETMAP.md).