Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Aug 2004 18:14:06 +0000 (UTC)
From:      "David E. O'Brien" <obrien@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/modules Makefile
Message-ID:  <200408021814.i72IE6QJ030695@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
obrien      2004-08-02 18:14:06 UTC

  FreeBSD src repository

  Modified files:
    sys/modules          Makefile 
  Log:
  Don't build and install a mem.ko module.
  Currently one cannot load the mem.ko module without panicing if mem is
  compiled into the kernel and one cannot build a kernel w/o "device mem"
  right now either.  Thus it is too dangerous to install mem.ko right now
  because if one puts 'mem_load="YES"' in /etc/loader.conf they cannot
  boot an "old" kernel (at the time that a kernel doesn't have to be built
  with "device mem).
  
  Revision  Changes    Path
  1.388     +0 -1      src/sys/modules/Makefile



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