On one of our machines:
Nov 7 11:51:33 yoda kernel: Memory: 127668k/131072k available (1008k
kernel code, 412k reserved, 1640k data, 64k init)
uname -a output:
Linux yoda.XXXX.com 2.2.12-20 #1 Mon Sep 27 10:40:35 EDT 1999 i686
unknown
Clean, no re-compilation of kernel, RedHat 6.1 Dist.
Also works fine on 2.2.5-15 Kernels, clean, no re-compile, Redhat 6.0
AFAIK There is no problem with >64M on 2.2 series.
Dig arch/i386/setup.S . It asks the Bios how much there is
mov ax,#0xe801
int 0x15
jc oldstylemem
It used BIOS INT 15 cal e801 . If the BIOS is too old for that, it uses
INT 15 service 88.
Inly Mothetrborads with Bios that support INT15 service e801 will inform
ya
with RAM > 64.
"Stanislav Malyshev a.k.a Frodo" wrote:
> AJ>> I'm running a plain RH6 installation. No special drivers/patches
> AJ>> and if I remember correctly I didn't recompile the kernel since
> AJ>> installation (though I'm not absolutely sure about this).
>
> 1. Are you sure you haven't edited lilo.conf?
> 2. What motherboard is it?
>
> --
> [EMAIL PROTECTED] \/ There shall be counsels taken
> Stanislav Malyshev /\ Stronger than Morgul-spells
> phone +972-3-9316425 /\ JRRT LotR.
> http://sharat.co.il/frodo/ whois:!SM8333
>
> =================================================================
> To unsubscribe, send mail to [EMAIL PROTECTED] with
> the word "unsubscribe" in the message body, e.g., run the command
> echo unsubscribe | mail [EMAIL PROTECTED]
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]