All times are UTC-06:00




Post new topic  Reply to topic  [ 4 posts ] 
Author Message
PostPosted: Sat May 06, 2006 5:01 pm 
Offline

Joined: Sun Oct 24, 2004 7:37 am
Posts: 37
I have 1GB of memory in my machine currently and to use full 1GB I need to enable high mem support in kernel. IMHO it's not so good idea to enable it for ~200MB of additional memory.

I do a little research about that and I wonder is my sollution correct or no.

In the default configuration the LOWMEM_SIZE is set to 0x30000000 and this gives us a limit of 768MB's. But what if we change it to 0x40000000 ? This will allow us to use full 1GB of memory without high mem enabled.

I am aware that this will result in lack of the virtual space and propably cause many problems, but this can be avoided by lowering the KERNEL_START from default 0xc0000000 to for example 0xa0000000 or even 0x90000000 (I belive there is illegal to lower it bellow 0x80000000)

I already test this idea and I am using the custom kernel with:

LOWMEM_SIZE 0x40000000
KERNEL_START 0x90000000

And it's works just fine, but I guess the default values are set like that by a reason.


Top
   
PostPosted: Mon May 15, 2006 8:32 am 
Offline

Joined: Sun Oct 24, 2004 7:37 am
Posts: 37
Reply to my own post again :) Nice ...

Anyway a patches to enable full 1G support without high memory support are available on
my home page at www.tbs-software.com/morgoth

Please note this require yaboot hack too also available on the same page (Untested as I doesn't use yaboot)

Have fun and remember to use it at your ownrisk ;)


Top
   
 Post subject:
PostPosted: Mon May 15, 2006 10:28 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 297
Hi, morgoth!
I'd love to make use of your howto or your patches.
The problem is i only have 512 MB :(

cheers
frostwork


Top
   
PostPosted: Sun Jun 04, 2006 10:40 am 
Offline

Joined: Fri Sep 24, 2004 1:39 am
Posts: 20
Quote:
I have 1GB of memory in my machine currently and to use full 1GB I need to enable high mem support in kernel. IMHO it's not so good idea to enable it for ~200MB of additional memory.
This post got me curious, as I also have 1GB of memory. So upon encountering the DRI problems mentioned elsewhere, I disabled high memory support from the newly compiled kernel (I had to reboot anyway, why not waste it).

There was no performance difference - at least one I could notice. Should there be?


Top
   
Display posts from previous:  Sort by  
Post new topic  Reply to topic  [ 4 posts ] 

All times are UTC-06:00


Who is online

Users browsing this forum: No registered users and 16 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
Jump to:  
PowerDeveloper.org: Copyright © 2004-2012, Genesi USA, Inc. The Power Architecture and Power.org wordmarks and the Power and Power.org logos and related marks are trademarks and service marks licensed by Power.org.
All other names and trademarks used are property of their respective owners. Privacy Policy
Powered by phpBB® Forum Software © phpBB Group