View Single Post
  #352 (permalink)  
Old 12-22-2010, 11:38 AM
tiger2wander's Avatar
tiger2wander
PPCGeeks Regular
Offline
 
Join Date: Feb 2009
Posts: 107
Reputation: 150
tiger2wander is keeping up the good worktiger2wander is keeping up the good work
Mentioned: 0 Post(s)
Tagged: 0 Thread(s)
Smile Re: 12.19 3d package with better performance for testing

Yeah, its normally to move all files and folders under your "andboot" directory root of your sdcard. I can confirm that HaRET will boot up with that structure because of what's I see "init" script inside rootfs.img is:
  1. Check for "rel_path" HaRET's parameter is set, then it will set $CARD_PATH (represent as root dir) variable to that path.
  2. If the $CARD_PATH is not set then set it to "andboot"
  3. If "/sdcard/$CARD_PATH" is not exist or not a directory then set "$card" back to sdcard's root directory: /sdcard

By the way, the important thing is: you need to be sure that your sdcard don't have "andboot" folder in the root, so HaRET will boot normally!

About performance of "flat" structure, I think android will faster in most it's IO actions because of short path can make shorter time to lookup and complete a IO actions.

Best regard!
Uoc Nguyen
__________________

Last edited by tiger2wander; 12-22-2010 at 11:48 AM.
Reply With Quote