Adjusting RAM/Storage in kernel.

Alf <[email protected]> Mon, 16 Jun 2003 02:29:16 +0800 (SGT)
Newsgroups gmane.comp.handhelds.zaurus.devel
Message-ID <[email protected]>
Hi,
	
	Finally got my cross-compiler setup done and OSPack's init.rd 
extracted. I'm working on hacking the Sharp 3.1 Rom from a 32mb/32mb to a 
48mb ram/16mb storage (Little apps, all on SD anyway)

	I've changed the following 

	General Setup
	 Default kernel command string: "root=/dev/mtdblock0 mem=50m" 
	Self-contained MTD device drivers
         <*>   RAM mapped driver for StrongARM SA11x0                                         
           (13943) Device size in kB  

	(I've adjusted +16M -16M on each)

	System boots up, get 1 line from init then i get a NON-BLINKING 
square box on the line after that on the left. 

	I've been playing around with the values.. with the MTD untouched, 
i can reduce the mem=XXm easily (as long as its <=34M). So i figured, i 
must be doing something wrong on the RAM mapped driver ?

	Can someone shed some light for me ? Thanks

Elvin
-