summaryrefslogtreecommitdiffstats
path: root/usr.sbin/Makefile.amd64
diff options
context:
space:
mode:
authorneel <neel@FreeBSD.org>2011-07-06 22:38:09 +0000
committerneel <neel@FreeBSD.org>2011-07-06 22:38:09 +0000
commitcba736c8eee565e8ba803c9ef7c7f06aefb162ed (patch)
tree6282adb953a18dbe6e993e6ce02e3b16c6729ceb /usr.sbin/Makefile.amd64
parent8c8399924a8001cc92bcb6bf2fb8f959ed5bc722 (diff)
downloadFreeBSD-src-cba736c8eee565e8ba803c9ef7c7f06aefb162ed.zip
FreeBSD-src-cba736c8eee565e8ba803c9ef7c7f06aefb162ed.tar.gz
'bhyveload' is a userspace FreeBSD loader that can load the kernel + metadata
inside a BHyVe-based virtual machine. It is a thin wrapper on top of userboot.so which is a variant of the FreeBSD loader packaged as a shared library. 'bhyveload' provides callbacks that are utilized by userboot.so to do things like console i/o, disk i/o, set virtual machine registers etc. Thanks for Doug Rabson (dfr@) for making this happen.
Diffstat (limited to 'usr.sbin/Makefile.amd64')
-rw-r--r--usr.sbin/Makefile.amd641
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile.amd64 b/usr.sbin/Makefile.amd64
index 811202b..e8f3bc0 100644
--- a/usr.sbin/Makefile.amd64
+++ b/usr.sbin/Makefile.amd64
@@ -11,6 +11,7 @@ SUBDIR+= apm
.endif
SUBDIR+= asf
SUBDIR+= bhyve
+SUBDIR+= bhyveload
SUBDIR+= boot0cfg
.if ${MK_TOOLCHAIN} != "no"
SUBDIR+= btxld
OpenPOWER on IntegriCloud