On Wed, Aug 30, 2000 at 05:56:52PM -0600, Art Edwards wrote:

 > I just purchased two Athalon-based systems, each with 768M of ram.
 > However, under debian (potato runnin kernel 2.2.17) the OS sees only 65
 > M of memory. I have tried to use the append command
 > 
 > mem=768M
 > 
 > but it still sees only 65 M? 
 > 
 > Does anyone have any ideas?

I have an Athlon-based system too and grub sees all my 192M. 
This is my linux section in menu.lst file:

  title linux 
  kernel (hd0,4)/boot/vmlinuz root=/dev/hda5 vga=2 mem=192m
  initrd (hd0,4)/boot/initrd.img                   ^^^^^^^^

If you are using lilo:

  image=/boot/vmlinuz
          label=linux
          root=/dev/hda5
          initrd=/boot/initrd.img
          append="mem=192m"
                ^^^^^^^^

--
Floods
[EMAIL PROTECTED]

Reply via email to