Skip to content

Sandbox manager for linux kernel. Build Linux kernel and Busybox from source.

License

Notifications You must be signed in to change notification settings

Zakki0925224/kernel-hack-sandbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

kernel-hack-sandbox

Sandbox manager for Linux kernel. Build Linux kernel and Busybox from source.

Required packages

  • Dependent packages for build Linux kernel and Busybox
  • python3
  • python-click
  • qemu (x86_64)

Usage

  • If you do not enable the Build static binary build option for Busybox, a kernel panic will occur at boot time.
python3 ./main.py create-sandbox --kernel-version <VERSION> --sandbox-name <NAME>
python3 ./main.py run-sandbox --name <NAME>
... and so on

Mount directory

The directory to be mounted on /mnt if it exists is sandbox/<SANDBOX NAME>/mnt.

About

Sandbox manager for linux kernel. Build Linux kernel and Busybox from source.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages