Re: 2 gigs mem, only showing one.
"Trygve Selmer" <trselmer@start.no> wrote in message
news:4179A543.3040601@start.no...
> Somedude wrote:
> > I'm almost done with this Proliant!!! I've got slack running, but
free -m
> > only shows 900 or so mb ram, I've got 2gig in the box. In my .config,
I've
> > got
> >
> > # CONFIG_NOHIGHMEM is not set
> > CONFIG_HIGHMEM4G=y
> > # CONFIG_HIGHMEM64G is not set
> > CONFIG_HIGHMEM=y
> > CONFIG_HIGHIO=y
>
> root@oslo:~# cat /proc/meminfo
> total: used: free: shared: buffers: cached:
> Mem: 1058414592 701579264 356835328 0 123088896 327155712
> Swap: 1027760128 0 1027760128
> MemTotal: 1033608 kB
> MemFree: 348472 kB
> MemShared: 0 kB
> Buffers: 120204 kB
> Cached: 319488 kB
> SwapCached: 0 kB
> Active: 283992 kB
> Inactive: 219760 kB
> HighTotal: 131048 kB
> HighFree: 2044 kB
> LowTotal: 902560 kB
> LowFree: 346428 kB
> SwapTotal: 1003672 kB
> SwapFree: 1003672 kB
>
> Snip of my .config (2.4.27):
> # Processor type and features
> #
> CONFIG_MPENTIUM4=y
> CONFIG_HIGHMEM4G=y
> CONFIG_HIGHMEM=y
> CONFIG_MTRR=y
> CONFIG_SMP=y
>
> Are you sure you edited lilo.conf correctly (after copying the new image
> to /boot) and ran lilo after compiling your new kernel? You may still
> load the old kernel!
>
What do I need to edit in lilo.conf? |