[TOC]
- build kernel using clang into binary successfully
- golang
- The kernel module are enabled in Linux kernel configuration
go run path/of/code/02-replace_cmd_log/GenKernelBitcode.go --helpcd path/Linux/kernel
go run path/of/code/02-replace_cmd_log/GenKernelBitcode.go -path=./path/kernel/modulebash build.shbuilt-in.bc is in ./path/kernel/module/
external modules are in the end of build.sh