Granary / granary

Dynamic binary translation framework for instrumenting the Linux kernel and its modules
Other
76 stars 6 forks source link

Problem:make menuconfig in build the kernel #15

Closed renzhengeek closed 10 years ago

renzhengeek commented 10 years ago

In granary / docs / building-the-kernel.md,at Step 4: Configure and build the kernel, there are three kernel config item below, which cannot be found in 'make menuconfig' or 'make ncofnig'. { ... CONFIG_ARCH_RANDOM is disabled. CONFIG_INTEL_TXT is disabled. CONFIG_SECURITY is disabled. ... } I have searched carefullly, just fail to know where to set them.

pgoodman commented 10 years ago

These options can be manually found in the .config file located in the kernel directory. Through the kernel config menu, you need to disable:

Best Regards,

Peter Goodman, http://www.petergoodman.me 65 High Park Ave., Toronto, Ontario M6P 2R7

On 26 February 2014 00:43, Ren Zhen notifications@github.com wrote:

In granary / docs / building-the-kernel.md,at Step 4: Configure and build the kernel, there are three kernel config item below, which cannot be found in 'make menuconfig' or 'make ncofnig'. { ... CONFIG_ARCH_RANDOM is disabled. CONFIG_INTEL_TXT is disabled. CONFIG_SECURITY is disabled. ... } I have searched carefullly, just fail to know where to set them.

Reply to this email directly or view it on GitHubhttps://github.com/Granary/granary/issues/15 .

renzhengeek commented 10 years ago

It seems that CONFIG_INTEL_TXT is not included in .config after using / searched with vim.

pgoodman commented 10 years ago

Oh, then it's not an issue :-)

Best Regards,

Peter Goodman, http://www.petergoodman.me 65 High Park Ave., Toronto, Ontario M6P 2R7

On 26 February 2014 01:19, Ren Zhen notifications@github.com wrote:

It seems that CONFIG_INTEL_TXT is not included in .config after using / searched with vim.

Reply to this email directly or view it on GitHubhttps://github.com/Granary/granary/issues/15#issuecomment-36094450 .