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.35 10 lines 130 B view raw
1#include <linux/init.h> 2 3__INITDATA 4 5 .globl vdso_start, vdso_end 6vdso_start: 7 .incbin "arch/x86/vdso/vdso.so" 8vdso_end: 9 10__FINIT