diff options
author | 2006-06-13 03:01:59 +0000 | |
---|---|---|
committer | 2006-06-13 03:01:59 +0000 | |
commit | a30f8b7939ed67edd110c1ee309d259a5e78da73 (patch) | |
tree | 3d283de00f1a7007a3baf47689bdb5b69f46fa50 | |
parent | Kernel virtual mode 8086, currently disabled in GENERIC. (diff) | |
download | wireguard-openbsd-a30f8b7939ed67edd110c1ee309d259a5e78da73.tar.xz wireguard-openbsd-a30f8b7939ed67edd110c1ee309d259a5e78da73.zip |
kvm86, missed a file.
ok mickey@, toby@
-rw-r--r-- | sys/arch/i386/conf/files.i386 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/files.i386 b/sys/arch/i386/conf/files.i386 index 3fbcde421ec..31043e1aaf3 100644 --- a/sys/arch/i386/conf/files.i386 +++ b/sys/arch/i386/conf/files.i386 @@ -1,4 +1,4 @@ -# $OpenBSD: files.i386,v 1.147 2006/05/28 17:21:14 uwe Exp $ +# $OpenBSD: files.i386,v 1.148 2006/06/13 03:01:59 gwk Exp $ # # new style config file for i386 architecture # @@ -249,6 +249,10 @@ file arch/i386/isa/joy_isapnp.c joy_isapnp # VM86 mode file arch/i386/i386/vm86.c vm86 +# VM86 in kernel +file arch/i386/i386/kvm86.c kvm86 +file arch/i386/i386/kvm86call.S kvm86 + # a.out binary compatibility (COMPAT_AOUT) include "../../../compat/aout/files.aout" |