diff options
author | jhb <jhb@FreeBSD.org> | 2003-04-15 20:21:56 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2003-04-15 20:21:56 +0000 |
commit | bcffd88c66bb43c92b457f24e0745b10178da384 (patch) | |
tree | 401df778683e9172b2d323ce566ba70e812c95fd /sys/alpha/conf | |
parent | 6c98e0bd1e7d5f2234b683ff38f44aeb5d2df15c (diff) | |
download | FreeBSD-src-bcffd88c66bb43c92b457f24e0745b10178da384.zip FreeBSD-src-bcffd88c66bb43c92b457f24e0745b10178da384.tar.gz |
Remove empty simulator options section and add an ABI emulation section.
Add COMPAT_OSF1, COMPAT_LINUX, and LINPROCFS options to the ABI emulation
section.
Diffstat (limited to 'sys/alpha/conf')
-rw-r--r-- | sys/alpha/conf/NOTES | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/sys/alpha/conf/NOTES b/sys/alpha/conf/NOTES index 1e50983..e60b541 100644 --- a/sys/alpha/conf/NOTES +++ b/sys/alpha/conf/NOTES @@ -65,4 +65,14 @@ device tga # TGA video card driver ##################################################################### -# SIMULATOR OPTIONS +# ABI Emulation + +# Enable OSF/1 ABI emulation +options COMPAT_OSF1 + +# Enable Linux ABI emulation (requires COMPAT_OSF1) +options COMPAT_LINUX + +# Enable the linux-like proc filesystem support (requires COMPAT_LINUX +# and PSEUDOFS) +options LINPROCFS |