mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-19 09:06:32 +00:00
🐛 修复了无法切换进程、无法进行浮点运算的bug(将main.c中的init函数名进行修改)
This commit is contained in:
@ -29,7 +29,7 @@ SECTIONS
|
||||
}
|
||||
|
||||
. = ALIGN(32768);
|
||||
.data.init_proc : { *(.data.init_proc) }
|
||||
.data.init_proc_union : { *(.data.init_proc_union) }
|
||||
.bss :
|
||||
{
|
||||
_bss = .;
|
||||
|
Reference in New Issue
Block a user