Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Aug 1997 07:36:57 -0700 (PDT)
From:      Jonathan Lemon <jlemon@FreeBSD.ORG>
To:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-sys@FreeBSD.ORG
Subject:   cvs commit: src/sys/i386/conf files.i386 src/sys/i386/i386 sys_machdep.c trap.c vm86.c src/sys/i386/include vm86.h
Message-ID:  <199708281436.HAA14185@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

jlemon      1997/08/28 07:36:56 PDT

  Modified files:
    sys/i386/conf        files.i386 
    sys/i386/i386        sys_machdep.c trap.c vm86.c 
    sys/i386/include     vm86.h 
  Log:
  Remove the vm86 support as an LKM, and link it directly into the kernel
  if 'options "VM86"' is in the config file.  The LKM was really for
  development, and has probably outlived its usefulness.
  
  Revision  Changes    Path
  1.173     +2 -1      src/sys/i386/conf/files.i386
  1.24      +6 -7      src/sys/i386/i386/sys_machdep.c
  1.109     +5 -4      src/sys/i386/i386/trap.c
  1.2       +3 -41     src/sys/i386/i386/vm86.c
  1.3       +3 -3      src/sys/i386/include/vm86.h



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708281436.HAA14185>