Make vm86 a standard component
Reviewed by: silence on on -current
This commit is contained in:
parent
2171c52a81
commit
778359545e
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.603 1999/05/23 11:11:31 peter Exp $
|
||||
# $Id: LINT,v 1.604 1999/05/28 10:27:22 roger Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -259,13 +259,6 @@ options SYSVMSG
|
||||
#
|
||||
options MD5
|
||||
|
||||
#
|
||||
# Allow processes to switch to vm86 mode, as well as enabling direct
|
||||
# user-mode access to the I/O port space. This option is necessary for
|
||||
# the doscmd emulator to run and the VESA modes in syscons to be available.
|
||||
#
|
||||
options VM86
|
||||
|
||||
|
||||
#####################################################################
|
||||
# DEBUGGING OPTIONS
|
||||
@ -924,7 +917,7 @@ options VGA_NO_MODE_CHANGE # don't change video modes
|
||||
options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
|
||||
|
||||
# To include support for VESA video modes
|
||||
options VESA # needs VM86 defined too!!
|
||||
options VESA
|
||||
|
||||
# Splash screen at start up! Screen savers require this too.
|
||||
pseudo-device splash
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.244 1999/06/01 09:02:27 dfr Exp $
|
||||
# $Id: files.i386,v 1.245 1999/06/01 11:16:23 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -102,7 +102,7 @@ i386/i386/sys_machdep.c standard
|
||||
i386/i386/trap.c standard
|
||||
i386/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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.113 1999/05/09 13:10:49 peter Exp $
|
||||
# $Id: options.i386,v 1.114 1999/05/20 10:08:40 hm 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
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.603 1999/05/23 11:11:31 peter Exp $
|
||||
# $Id: LINT,v 1.604 1999/05/28 10:27:22 roger Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -259,13 +259,6 @@ options SYSVMSG
|
||||
#
|
||||
options MD5
|
||||
|
||||
#
|
||||
# Allow processes to switch to vm86 mode, as well as enabling direct
|
||||
# user-mode access to the I/O port space. This option is necessary for
|
||||
# the doscmd emulator to run and the VESA modes in syscons to be available.
|
||||
#
|
||||
options VM86
|
||||
|
||||
|
||||
#####################################################################
|
||||
# DEBUGGING OPTIONS
|
||||
@ -924,7 +917,7 @@ options VGA_NO_MODE_CHANGE # don't change video modes
|
||||
options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
|
||||
|
||||
# To include support for VESA video modes
|
||||
options VESA # needs VM86 defined too!!
|
||||
options VESA
|
||||
|
||||
# Splash screen at start up! Screen savers require this too.
|
||||
pseudo-device splash
|
||||
|
@ -2,7 +2,7 @@
|
||||
# LINT -- config file for checking all the sources, tries to pull in
|
||||
# as much of the source tree as it can.
|
||||
#
|
||||
# $Id: LINT,v 1.603 1999/05/23 11:11:31 peter Exp $
|
||||
# $Id: LINT,v 1.604 1999/05/28 10:27:22 roger Exp $
|
||||
#
|
||||
# NB: You probably don't want to try running a kernel built from this
|
||||
# file. Instead, you should start from GENERIC, and add options from
|
||||
@ -259,13 +259,6 @@ options SYSVMSG
|
||||
#
|
||||
options MD5
|
||||
|
||||
#
|
||||
# Allow processes to switch to vm86 mode, as well as enabling direct
|
||||
# user-mode access to the I/O port space. This option is necessary for
|
||||
# the doscmd emulator to run and the VESA modes in syscons to be available.
|
||||
#
|
||||
options VM86
|
||||
|
||||
|
||||
#####################################################################
|
||||
# DEBUGGING OPTIONS
|
||||
@ -924,7 +917,7 @@ options VGA_NO_MODE_CHANGE # don't change video modes
|
||||
options VGA_SLOW_IOACCESS # do byte-wide i/o's to TS and GDC regs
|
||||
|
||||
# To include support for VESA video modes
|
||||
options VESA # needs VM86 defined too!!
|
||||
options VESA
|
||||
|
||||
# Splash screen at start up! Screen savers require this too.
|
||||
pseudo-device splash
|
||||
|
@ -1,7 +1,7 @@
|
||||
# This file tells config what files go into building a kernel,
|
||||
# files marked standard are always included.
|
||||
#
|
||||
# $Id: files.i386,v 1.244 1999/06/01 09:02:27 dfr Exp $
|
||||
# $Id: files.i386,v 1.245 1999/06/01 11:16:23 dfr Exp $
|
||||
#
|
||||
# The long compile-with and dependency lines are required because of
|
||||
# limitations in config: backslash-newline doesn't work in strings, and
|
||||
@ -102,7 +102,7 @@ i386/i386/sys_machdep.c standard
|
||||
i386/i386/trap.c standard
|
||||
i386/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
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $Id: options.i386,v 1.113 1999/05/09 13:10:49 peter Exp $
|
||||
# $Id: options.i386,v 1.114 1999/05/20 10:08:40 hm 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user