Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at v2.6.24 12 lines 203 B view raw
1SECTIONS { 2 . = SIZEOF_HEADERS; 3 .rodata : { *(.rodata) } :ro 4 .note : { *(.note*) } 5 . = 0xa0000; 6 .data : { *(.data) } :dat 7 /DISCARD/ : { *(*) } 8} 9PHDRS { 10 ro PT_LOAD FILEHDR PHDRS; 11 dat PT_LOAD; 12}