diff --git a/kernel/linker.ld b/kernel/linker.ld index cb85308..db39f0a 100644 --- a/kernel/linker.ld +++ b/kernel/linker.ld @@ -51,8 +51,8 @@ SECTIONS /* If you need, for example, .init_array and .fini_array, those should be placed */ /* above this. */ .bss : { - *(COMMON) *(.bss .bss.*) + *(COMMON) } :data /* Discard .note.* and .eh_frame since they may cause issues on some hosts. */