In the last episode (Jan 01), Matthew Emmerton said:
> > How do I stop my kernel from using a piece of core? I mean, if I
> > have 32MB of memory, how do i make it to use only the low 16,for
> > instance (not removing the chips themselves,though)?
> 
> I think setting MAXMEM in your kernel config file as follows will do what

If you just want to temporarily lower the memory usage (for testing,
perhaps), it's easier to just add this:

hw.physmem="16M"

to /boot/loader.conf and reboot.

-- 
        Dan Nelson
        [EMAIL PROTECTED]

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to