lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Date:	Tue, 01 Jul 2008 11:35:12 +0300
From:	Ruksen INANIR <rukseninanir@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: High Memory problem on 2.4.22 Linux, 2GB ppc card


Hi all,
I am working on a PPC Motorola card, which runs Linux 2.4.22.  The card 
has 2 GB onboard memory. But with use 1456 MB of  the available memory.  
To increase the memory capacity i  need  to  increase the used memory at 
least 64 MB. With CONFIG_HIGHMEM option all of the 2 GB memory can be 
used but, but the fc driver on the card has no high memory support, so 
this caused problems.
  Then i saw that the memory is limited to 1456 by
#define MAX_LOW_MEM        0x5B000000  setting in pgtable.c.  I tried to 
increase it by 64 MB but i could only increase the value of MAX_LOW_MEM 
by 47 MB (1503 MB) without CONFIG_HIGHMEM option.

1)Is there any other setting that i should set other than     
MAX_LOW_MEM to increase the usable memory to 1520 ? Do i need  to 
change  TASK_SIZE or KERNEL_START?
2)I knew that the addressable physical memory without high memory option 
was 1 G.  How was it possible to address 1503 MB without CONFIG_HIGHMEM 
? What is the max usable memory for 2.4.22 kernel?

Thanks,
Rinanir.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ