Kernel remapped.

This commit is contained in:
Yifan Wu 2020-12-04 17:23:35 +08:00
parent e37e5708e4
commit b6f4327a3f
9 changed files with 489 additions and 29 deletions

View file

@ -29,6 +29,7 @@ SECTIONS
. = ALIGN(4K);
edata = .;
sbss_with_stack = .;
.bss : {
*(.bss.stack)
sbss = .;