Re: [android-porting] virtual memory configure effect the Android boot

2010-07-23 Thread wjydlut
This is my define, what value I must give to TASK_UNMAPPED_BASE if I configure virtual memory as 2G/2G? thanks! #define PAGE_OFFSET UL(CONFIG_PAGE_OFFSET) #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x0100)) #define TASK_UNMAPPED_BASE (UL(CONFIG_PAGE_OFFSET)

Re: [android-porting] virtual memory configure effect the Android boot

2010-07-23 Thread wjydlut
This is my define, what value I must give to TASK_UNMAPPED_BASE ? thanks! #define PAGE_OFFSET UL(CONFIG_PAGE_OFFSET) #define TASK_SIZE (UL(CONFIG_PAGE_OFFSET) - UL(0x0100)) #define TASK_UNMAPPED_BASE (UL(CONFIG_PAGE_OFFSET) / 3) Subramani Venkatesh wrote: > if

[android-porting] virtual memory configure effect the Android boot

2010-07-22 Thread wjydlut
When I configure Linux kernel with --Kernel Features ---Memory split (3G/1G user/kernel split) The Android can boot proper. But if I configure Linux kernel with --Kernel Features ---Memory split (2G/2G user/kernel split) The Android boot failed with the following logs and restart. [