diff options
| -rw-r--r-- | sys/conf/files.pc98 | 4 | ||||
| -rw-r--r-- | sys/conf/options.pc98 | 3 | ||||
| -rw-r--r-- | sys/pc98/conf/files.pc98 | 4 | ||||
| -rw-r--r-- | sys/pc98/conf/options.pc98 | 3 |
4 files changed, 6 insertions, 8 deletions
diff --git a/sys/conf/files.pc98 b/sys/conf/files.pc98 index 3551e3ea85ea..943ec0fed9c8 100644 --- a/sys/conf/files.pc98 +++ b/sys/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.95 1999/05/14 10:03:48 kato Exp $ +# $Id: files.pc98,v 1.96 1999/05/17 12:07:00 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -98,7 +98,7 @@ i386/i386/sys_machdep.c standard i386/i386/trap.c standard pc98/i386/userconfig.c optional userconfig i386/i386/vm_machdep.c standard -i386/i386/vm86.c optional vm86 +i386/i386/vm86.c standard i386/ibcs2/ibcs2_fcntl.c optional ibcs2 i386/ibcs2/ibcs2_stat.c optional ibcs2 i386/ibcs2/ibcs2_ipc.c optional ibcs2 diff --git a/sys/conf/options.pc98 b/sys/conf/options.pc98 index 0fbab53fccf2..912b070578c6 100644 --- a/sys/conf/options.pc98 +++ b/sys/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.86 1999/05/10 09:03:10 kato Exp $ +# $Id: options.pc98,v 1.87 1999/05/25 10:30:58 kato Exp $ DISABLE_PSE IDE_DELAY @@ -6,7 +6,6 @@ USER_LDT MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h PMAP_SHPGPERPROC opt_pmap.h -VM86 opt_vm86.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h diff --git a/sys/pc98/conf/files.pc98 b/sys/pc98/conf/files.pc98 index 3551e3ea85ea..943ec0fed9c8 100644 --- a/sys/pc98/conf/files.pc98 +++ b/sys/pc98/conf/files.pc98 @@ -3,7 +3,7 @@ # # modified for PC-9801 # -# $Id: files.pc98,v 1.95 1999/05/14 10:03:48 kato Exp $ +# $Id: files.pc98,v 1.96 1999/05/17 12:07:00 kato Exp $ # # The long compile-with and dependency lines are required because of # limitations in config: backslash-newline doesn't work in strings, and @@ -98,7 +98,7 @@ i386/i386/sys_machdep.c standard i386/i386/trap.c standard pc98/i386/userconfig.c optional userconfig i386/i386/vm_machdep.c standard -i386/i386/vm86.c optional vm86 +i386/i386/vm86.c standard i386/ibcs2/ibcs2_fcntl.c optional ibcs2 i386/ibcs2/ibcs2_stat.c optional ibcs2 i386/ibcs2/ibcs2_ipc.c optional ibcs2 diff --git a/sys/pc98/conf/options.pc98 b/sys/pc98/conf/options.pc98 index 0fbab53fccf2..912b070578c6 100644 --- a/sys/pc98/conf/options.pc98 +++ b/sys/pc98/conf/options.pc98 @@ -1,4 +1,4 @@ -# $Id: options.pc98,v 1.86 1999/05/10 09:03:10 kato Exp $ +# $Id: options.pc98,v 1.87 1999/05/25 10:30:58 kato Exp $ DISABLE_PSE IDE_DELAY @@ -6,7 +6,6 @@ USER_LDT MATH_EMULATE opt_math_emulate.h GPL_MATH_EMULATE opt_math_emulate.h PMAP_SHPGPERPROC opt_pmap.h -VM86 opt_vm86.h IBCS2 opt_dontuse.h COMPAT_LINUX opt_dontuse.h |
