Inird hardcoded, TODO add run option

This commit is contained in:
Ciro Santilli
2018-02-13 15:40:54 +00:00
parent c771b40913
commit 31fa73327b
3 changed files with 7 additions and 2 deletions

View File

@@ -8,6 +8,8 @@ CONFIG_DEBUG_FS=y
CONFIG_DEBUG_INFO=y
CONFIG_DEBUG_KERNEL=y
CONFIG_GDB_SCRIPTS=y
# Allow kernel to understand -initrd
CONFIG_BLK_DEV_INITRD=y
# Non-static variables show up on /proc/kallsyms
# https://stackoverflow.com/questions/20196636/does-kallsyms-have-all-the-symbol-of-kernel-functions/44614878#44614878