make vmlinux .bss PROGBITS

William Tambe tambewilliam at gmail.com
Tue Oct 6 09:17:44 EDT 2020


How can I modify Makefile such that when vmlinux is created, following
command is run on vmlinux to make section .bss PROGBITS:
objcopy --set-section-flags .bss=alloc,load,contents



More information about the Kernelnewbies mailing list