summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth
diff options
context:
space:
mode:
authored <ed@FreeBSD.org>2015-07-31 08:45:35 +0000
committered <ed@FreeBSD.org>2015-07-31 08:45:35 +0000
commit262844af7c393937d60f75dba0b563f7c724af03 (patch)
treea8f486083cc6e2eb272549fa022ee9e972c4c7da /sys/boot/forth
parente1594f085c4cc245e6b367e2dabfb49100a7a34b (diff)
downloadFreeBSD-src-262844af7c393937d60f75dba0b563f7c724af03.zip
FreeBSD-src-262844af7c393937d60f75dba0b563f7c724af03.tar.gz
Document the existence of cloudabi_load and cloudabi64_load.
Diffstat (limited to 'sys/boot/forth')
-rw-r--r--sys/boot/forth/loader.conf2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/boot/forth/loader.conf b/sys/boot/forth/loader.conf
index caafcc6..e2338ab 100644
--- a/sys/boot/forth/loader.conf
+++ b/sys/boot/forth/loader.conf
@@ -268,6 +268,8 @@ screensave_name="green_saver" # Set to the name of the screensaver module
### Emulation modules ######################################
##############################################################
+cloudabi_load="NO" # Platform independent CloudABI support
+cloudabi64_load="NO" # 64-bit CloudABI executables support
ibcs2_load="NO" # IBCS2 (SCO) emulation
ibcs2_coff_load="NO"
linux_load="NO" # Linux emulation
OpenPOWER on IntegriCloud