Results 1 to 4 of 4
I have a 32 MB RAM in my system. Is there any way I can configure my kernel to work with only 16 MB RAM and ignore remaining 16 MB. ...
- 02-04-2008 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
Configuring RAM size.
I have a 32 MB RAM in my system. Is there any way I can configure my kernel to work with only 16 MB RAM and ignore remaining 16 MB. If not, then how I can I go about it.
Thanks
- 02-05-2008 #2Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore,india
- Posts
- 4
hi,
is it 32 Mb RAM...i wonder how you are working with? anyway kernel is not going to use complete RAM.most of the RAM is used by only user level process .
may i know why you want to paralize half of RAM.when others are crying for 100% utilization of ram and processor.
- 02-05-2008 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 9
Our system is a embedded system (ADSL modem) not desktop. We are working on assignment to reduce RAM consumption to bring down cost of HW by replacing 32 MB with 16 MB. Since currently we don't have HW units with 16 MB RAM so we want to configuring system somehow so that it sees only 16 MB RAM. I hope now am clear on why I want to do this.
- 02-06-2008 #4Just Joined!
- Join Date
- Dec 2007
- Location
- bangalore,india
- Posts
- 4
yeah Mr. aishes ,
now i understand the problem clearly.but once after the boot loader is fixed the kernel is trying to utilize required memory from the available that is as a whole ( As here starting and ending register addresses are defined ).But for a driver level programmer it is fixed.only option is there to reduce consumption using kmalloc ...like.better consult the programmer who wrote that boot loader.


Reply With Quote
