diff options
| author | Takanori Watanabe <takawata@FreeBSD.org> | 2000-12-20 12:51:08 +0000 |
|---|---|---|
| committer | Takanori Watanabe <takawata@FreeBSD.org> | 2000-12-20 12:51:08 +0000 |
| commit | bffb191efe1e06305a8ac0ccf101c642b5312f7a (patch) | |
| tree | c75e3ee37dc796a4734914612c15b041125bf26c /sys/conf | |
| parent | 3164c5878ae274ca93fd3651d88eba4f6a297225 (diff) | |
Notes
Diffstat (limited to 'sys/conf')
| -rw-r--r-- | sys/conf/NOTES | 4 | ||||
| -rw-r--r-- | sys/conf/files.i386 | 1 | ||||
| -rw-r--r-- | sys/conf/options.i386 | 3 |
3 files changed, 6 insertions, 2 deletions
diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 54122aa36447..773d6daaff01 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2703,7 +2703,9 @@ options CPU_UPGRADE_HW_CACHE options DEBUG options DEBUG_LINUX - +# PECOFF module (Win32 Execution Format) +options PECOFF_SUPPORT +options PECOFF_DEBUG # Disable the 4 MByte PSE CPU feature. #options DISABLE_PSE options ENABLE_ALART diff --git a/sys/conf/files.i386 b/sys/conf/files.i386 index 4f2be14c6193..872c215d0e01 100644 --- a/sys/conf/files.i386 +++ b/sys/conf/files.i386 @@ -65,6 +65,7 @@ compat/linux/linux_signal.c optional compat_linux compat/linux/linux_socket.c optional compat_linux compat/linux/linux_stats.c optional compat_linux compat/linux/linux_util.c optional compat_linux +compat/pecoff/imgact_pecoff.c optional pecoff_support compat/svr4/imgact_svr4.c optional compat_svr4 compat/svr4/svr4_fcntl.c optional compat_svr4 compat/svr4/svr4_filio.c optional compat_svr4 diff --git a/sys/conf/options.i386 b/sys/conf/options.i386 index 743c522f93ad..dbf80db7f0f4 100644 --- a/sys/conf/options.i386 +++ b/sys/conf/options.i386 @@ -30,7 +30,8 @@ COMPAT_LINUX opt_dontuse.h DEBUG_LINUX opt_linux.h COMPAT_SVR4 opt_dontuse.h DEBUG_SVR4 opt_svr4.h - +PECOFF_SUPPORT opt_dontuse.h +PECOFF_DEBUG opt_pecoff.h # i386 SMP options APIC_IO opt_global.h |
