增加内存管理,但是还存在问题

This commit is contained in:
zhangzheng
2024-04-06 16:08:27 +00:00
parent 8a6213adf4
commit dd5886e642
62 changed files with 2597 additions and 116 deletions

View File

@@ -1,7 +1,7 @@
ENTRY(_start);
SECTIONS
{
. = 0x40000000 + 0x01000000;
. = 0x40000000 + 0x1000;
_text = .;
.text :
{

View File

@@ -7,7 +7,7 @@ SECTIONS
*
* .location counter
*/
. = CONFIG_KNL_DATA_ADDR + 0x01000000;
. = CONFIG_KNL_DATA_ADDR + 0x1000;
/*
* text
*/