We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6755c54 commit 0d949cfCopy full SHA for 0d949cf
kmake/Data/kompjuta/kompjuta.ld
@@ -22,6 +22,7 @@ SECTIONS {
22
.bss (NOLOAD) : ALIGN(16) {
23
__bss_start = .;
24
*(.bss*)
25
+ *(.sbss*)
26
*(COMMON)
27
__bss_end = .;
28
} > RAM
0 commit comments