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:
parent
d971c22b4a
commit
5716b68f9d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user