Brett Astleford wrote:
> 
> how do I get drake 7.0 to recognize more ram?
> 
> Brett Astleford
> Platinum Design Group
> bastleford at platinumdg.com

as root:

vi /etc/lilo.conf

Is should look similar to this:

boot=/dev/sda
map=/boot/map
install=/boot/boot.b
prompt
timeout=50
default=linux

image=/boot/vmlinuz-2.4.0-t10
        label=linux
        read-only
        root=/dev/sda2
add---->append="mem=<your_RAM_amount_in_megabytes>M"

Then run lilo to re-build your boot block.  you should be good to go.

<---------------------------------------------------------------------->
 Chris H. Bidler                                   cbidler at talkware.net 
 Associate Engineer, Applications Group               
 Universal Talkware Corp.

 "In any event, is a O^(log N) search that returns the wrong answer
  really better than an O^N search that returns the right answer?"
<---------------------------------------------------------------------->