Remove empty simulator options section and add an ABI emulation section.

Add COMPAT_OSF1, COMPAT_LINUX, and LINPROCFS options to the ABI emulation
section.
This commit is contained in:
John Baldwin 2003-04-15 20:21:56 +00:00
parent d971c22b4a
commit 5716b68f9d

View File

@ -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