Skip to content

QEMU Linux Kernel developing environment setup scripts

License

Notifications You must be signed in to change notification settings

xractor/QemuKernelDev

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

QemuKernelDev

QEMU Linux Kernel development environment setup scripts

  • build-rootfs.sh: build a rootfs on an image file
  • build-kernel.sh: build Kernel image
  • run-vm.sh: virtual machine parameters
  • setup-tap.sh: setup a bridge interface for guest OS

Pre-requisites

  • An Ubuntu or Debian system
  • QEMU and its required packages
sudo apt install qemu qemu-kvm libvirt-bin
  • debootstrap: bootstraps a basic Debian/Ubuntu system into a directory
sudo apt install debootstrap

Optional

  • bridged network
sudo apt install bridge-utils

About

QEMU Linux Kernel developing environment setup scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages