Results 1 to 4 of 4
I need move the Linux kernel to high memory adresses. I'm using the CONFIG_PHYSICAL_START to define memory shift. ButI met the following issue: when value of this define is 0.5GB ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-29-2007 #1Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
Kernel relocation
I need move the Linux kernel to high memory adresses. I'm using the CONFIG_PHYSICAL_START to define memory shift. ButI met the following issue: when value of this define is 0.5GB or less, the system is working OK. When shift is 1GB and more, system is not booted. Anyone can help?
P.S. System memory is 2 GB.
- 06-07-2007 #2Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
need Information
Actually i thought of trying to move the kernel to diffrent address, i am not getting the way how to proceed, can you please get me the procedure or information to make it happen.
- 06-07-2007 #3Just Joined!
- Join Date
- Apr 2007
- Posts
- 2
I made some changes in .config file before kernel build.
CONFIG_PHYSICAL_START defines the start address of kernel.
CONFIG_VMSPLIT_2G=y defines virtual addresses generation.
- 06-07-2007 #4Just Joined!
- Join Date
- Jun 2007
- Posts
- 2
Thanks zLev for your reply,
Let me try with this...,


Reply With Quote
