Date: Sat, 27 May 1995 18:22:16 -0400 (EDT) From: Charles Henrich <henrich@crh.cl.msu.edu> To: freebsd-hackers@FreeBSD.org Subject: LINT additions Message-ID: <199505272222.PAA06974@freefall.cdrom.com>
next in thread | raw e-mail | index | archive | help
We should add something like the following to the LINT kernel: # # MAXMEM Specified the maximum amount of ram in the system in kilobytes. Only # use this if your BIOS is broken (I.e. Compaq's). You can specify as # large an amount as you expect will eventually be in the system, as # FreeBSD is smart enough to recompute the max memory size by scanning # for the presence of this much memory. # # MAXMEM = MB*1024 (so a 16mb system would use MAXMEM=16384) # #options MAXMEM=262144 # -Crh Charles Henrich Michigan State University henrich@crh.cl.msu.edu http://rs560.msu.edu/~henrich/
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199505272222.PAA06974>