Re: More that 64 Mb memory

1998-02-09 Thread dA' Phucilage Phactory
On 29 Dec 1997, Douglas Bates wrote:

 I have searched the FAQ's but I still can't find the answer to this
 one.  I have a new machine with 128 Mb. of memory.  When I boot a
 standard kernel using the standard lilo configuration from Debian the
 kernel reports only 64 Mb of memory.  Could someone tell me what I
 change to have the kernel recognize the full available memory

append=mem=128M === add this in your /etc/lilo.conf, mine is like this:
append=mem=80M
boot=/dev/hda
root=/dev/hda1
compact
install=/boot/boot.b
blah blah blah blah blah etc


 
 Also, this is a dual-processor system.  If I look at /proc/cpuinfo it
 seems to be reporting only one processor.  Could someone please remind 
 me how to check if both processors are being used?

as for dual processor i'm not sure yet, i'm upgrading to a dual processor
machine as well, if i get the info on how to utilize both via a patch or
what not, i'll let you know

 -- 
 Douglas Bates[EMAIL PROTECTED]
 Statistics Department608/262-2598
 University of Wisconsin - Madisonhttp://www.stat.wisc.edu/~bates/
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 

   ***
 dA' Phucilage Phactory*Yesturday upon the stair,*
   *I met a guy who wasn't there,*
   *He wasn't there again today, *
 [EMAIL PROTECTED]*I think he's from the CIA.   *
   ***
author unknown


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: More that 64 Mb memory

1997-12-30 Thread David Mutterer
You need to modify the /etc/lilo.conf file and add a startup parameter of
mem=128m

It's pretty much, that simple...

hope it helps...

-Dave.

On 29 Dec 1997, Douglas Bates wrote:

 I have searched the FAQ's but I still can't find the answer to this
 one.  I have a new machine with 128 Mb. of memory.  When I boot a
 standard kernel using the standard lilo configuration from Debian the
 kernel reports only 64 Mb of memory.  Could someone tell me what I
 change to have the kernel recognize the full available memory?
 
 Also, this is a dual-processor system.  If I look at /proc/cpuinfo it
 seems to be reporting only one processor.  Could someone please remind 
 me how to check if both processors are being used?
 -- 
 Douglas Bates[EMAIL PROTECTED]
 Statistics Department608/262-2598
 University of Wisconsin - Madisonhttp://www.stat.wisc.edu/~bates/
 
 
 --
 TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
 [EMAIL PROTECTED] . 
 Trouble?  e-mail to [EMAIL PROTECTED] .
 


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: More that 64 Mb memory

1997-12-29 Thread Scott Ellis
On 29 Dec 1997, Douglas Bates wrote:

 I have searched the FAQ's but I still can't find the answer to this
 one.  I have a new machine with 128 Mb. of memory.  When I boot a
 standard kernel using the standard lilo configuration from Debian the
 kernel reports only 64 Mb of memory.  Could someone tell me what I
 change to have the kernel recognize the full available memory?

In /etc/lilo.conf:
append=mem=128M

 Also, this is a dual-processor system.  If I look at /proc/cpuinfo it
 seems to be reporting only one processor.  Could someone please remind 
 me how to check if both processors are being used?

Uncomment the SMP=1 line in the kernel makefile and rebuild your kernel.

-- 
Scott K. Ellis [EMAIL PROTECTED] http://www.gate.net/~storm/


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: More that 64 Mb memory

1997-12-29 Thread Brandon Mitchell
On 29 Dec 1997, Douglas Bates wrote:

 I have searched the FAQ's but I still can't find the answer to this
 one.  I have a new machine with 128 Mb. of memory.  When I boot a
 standard kernel using the standard lilo configuration from Debian the
 kernel reports only 64 Mb of memory.  Could someone tell me what I
 change to have the kernel recognize the full available memory?

Should be something like MEM=128 appended to the lilo prompt (e.g.
LILO: linux MEM=128).

Good luck,
Brandon


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .


Re: More that 64 Mb memory

1997-12-29 Thread Will Lowe
On 29 Dec 1997, Douglas Bates wrote:

 I have searched the FAQ's but I still can't find the answer to this
 one.  I have a new machine with 128 Mb. of memory.  When I boot a
 standard kernel using the standard lilo configuration from Debian the
 kernel reports only 64 Mb of memory.  Could someone tell me what I
 change to have the kernel recognize the full available memory?
You need an append line in /etc/lilo.conf; probably mem=128M...
checkout the bootprompt-howto at

ftp://sunsite.unc.edu/pub/Linux/docs/HOWTO/bootprompt-HOWTO

Will


--
| [EMAIL PROTECTED] [EMAIL PROTECTED] [EMAIL PROTECTED]   |
|   http://www.cis.udel.edu/~lowe/   |
--
|If at first you don't succeed,  redefine success.   |
|   -- Taken from Hennesey and Patterson,|
| _Computer_Organization_And_Design_:_The_Hardware_/_Software_Interface_ |
--



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word unsubscribe to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .