Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at f2aeea57504cbbc58da3c59b939fc16150087648 10 lines 275 B view raw
1/* SPDX-License-Identifier: GPL-2.0 */ 2/* 3 * Embed default bootconfig in the kernel. 4 */ 5 .section .init.rodata, "aw" 6 .global embedded_bootconfig_data 7embedded_bootconfig_data: 8 .incbin "lib/default.bconf" 9 .global embedded_bootconfig_data_end 10embedded_bootconfig_data_end: