Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 459 Bytes

README.md

File metadata and controls

23 lines (18 loc) · 459 Bytes

Generate accurate CFG of Linux Kernel by mlta

Before all, Download the linux kernel source.

Make sure the path to kernel souce in src/lib/Config.h is correct.

define SOURCE_CODE_PATH "/home/path/to/linux-source"

Experiment Environment

sudo apt install cmake
sudo apt install g++
  • VMWare虚拟机
  • Ubuntu 22.02 LTS
  • Linux Kenel 5.1
    • sudo apt install flex
    • sudo apt install bison

Generate the CFG

	$ ./genCFG.sh