mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-18 16:26:31 +00:00
🆕 内核线程(在kernel_thtread函数中调用test_mm会产生问题)
This commit is contained in:
@ -21,6 +21,15 @@ SECTIONS
|
||||
|
||||
_edata = .;
|
||||
}
|
||||
.rodata :
|
||||
{
|
||||
_rodata = .;
|
||||
*(.rodata)
|
||||
_erodata = .;
|
||||
}
|
||||
|
||||
. = ALIGN(32768);
|
||||
.data.init_proc : { *(.data.init_proc) }
|
||||
.bss :
|
||||
{
|
||||
_bss = .;
|
||||
|
Reference in New Issue
Block a user