增加内存管理,但是还存在问题
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
ENTRY(_start);
|
||||
SECTIONS
|
||||
{
|
||||
. = 0x40000000 + 0x01000000;
|
||||
. = 0x40000000 + 0x1000;
|
||||
_text = .;
|
||||
.text :
|
||||
{
|
||||
|
||||
@@ -7,7 +7,7 @@ SECTIONS
|
||||
*
|
||||
* 这里“.”表示location counter,当前位置
|
||||
*/
|
||||
. = CONFIG_KNL_DATA_ADDR + 0x01000000;
|
||||
. = CONFIG_KNL_DATA_ADDR + 0x1000;
|
||||
/*
|
||||
* text代码段
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user