Skip to content
ZQ edited this page Oct 3, 2018 · 5 revisions

Status

Ubuntu x86_64

Install

  • Config kernel
 make O=../linux-build/kvm  kvmconfig % use this only if you want it run using KVM
 make O=../linux-build/kvm  menuconfig

select general setup -> control group support -> memory resource controller for C G

select general setup -> namespace support-> all

  • clean up the source tree make mrproper

  • make make O=../linux-build/kvm -j4

  • try this kernel using qemu ./runimg.sh ../linux-build/kvm/arch/x86_64/boot/bzImage

  • Install the kernel in your machine

sudo make modules_install
sudo make install

Reboot your machine and choose our installed kernel

Clone this wiki locally