vmlinux.lds.S 92 字节
Newer Older
1 2 3 4
#ifdef CONFIG_X86_32
# include "vmlinux_32.lds.S"
#else
# include "vmlinux_64.lds.S"
5
#endif